]> granicus.if.org Git - libvpx/commitdiff
Cosmetic changes in simple_encode.h
authorangiebird <angiebird@google.com>
Tue, 11 Aug 2020 02:37:30 +0000 (19:37 -0700)
committerangiebird <angiebird@google.com>
Tue, 11 Aug 2020 02:39:55 +0000 (19:39 -0700)
Change-Id: If7d2711e7f37f00629874914f7c4d2396358e39d

vp9/simple_encode.h

index 8f0d3743932f3b1cee6620027bbc7e3a555bdd4b..dc055e9754be9f430486d80ee991c2551b6340bb 100644 (file)
@@ -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,