From 343c4dca644aaa78315866a8e166c27d9b2b85cb Mon Sep 17 00:00:00 2001 From: angiebird Date: Mon, 10 Aug 2020 19:37:30 -0700 Subject: [PATCH] Cosmetic changes in simple_encode.h Change-Id: If7d2711e7f37f00629874914f7c4d2396358e39d --- vp9/simple_encode.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vp9/simple_encode.h b/vp9/simple_encode.h index 8f0d37439..dc055e975 100644 --- a/vp9/simple_encode.h +++ b/vp9/simple_encode.h @@ -400,9 +400,9 @@ class SimpleEncode { // Encode a frame with target frame bits usage. // The encoder will find a quantize index to make the actual frame bits usage // match the target. EncodeFrameWithTargetFrameBits() will recode the frame - // update to 7 times to find a q_index to make the actual_frame_bits to - // satisfy following inequality. - // |actual_frame_bits - target_frame_bits| * 100 / target_frame_bits + // up to 7 times to find a q_index to make the actual_frame_bits satisfy the + // following inequality. |actual_frame_bits - target_frame_bits| * 100 / + // target_frame_bits // <= percent_diff. void EncodeFrameWithTargetFrameBits(EncodeFrameResult *encode_frame_result, int target_frame_bits, -- 2.40.0