ref: 343c4dca644aaa78315866a8e166c27d9b2b85cb
parent: 04db83211cd1607f51155c6a8e51381f45a441a5
author: angiebird <angiebird@google.com>
date: Mon Aug 10 15:37:30 EDT 2020
Cosmetic changes in simple_encode.h Change-Id: If7d2711e7f37f00629874914f7c4d2396358e39d
--- a/vp9/simple_encode.h
+++ b/vp9/simple_encode.h
@@ -400,9 +400,9 @@
// 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,