shithub: libvpx

Download patch

ref: a03465e44c71d9390243df81428b0d78126169f3
parent: e7cf9fd4446ed93ca91e18b5440f1f005a5228a9
parent: 26d47e076a75573ec74facb283a51c42a9502f32
author: Wan-Teh Chang <wtc@google.com>
date: Tue Aug 7 19:28:04 EDT 2018

Merge "Fix typos in the comment for size_group_lookup."

--- a/vp9/common/vp9_common_data.c
+++ b/vp9/common/vp9_common_data.c
@@ -28,7 +28,7 @@
 const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES] = { 1, 1, 1, 1, 2, 1, 2,
                                                           4, 2, 4, 8, 4, 8 };
 
-// VPXMIN(3, VPXMIN(b_width_log2(bsize), b_height_log2(bsize)))
+// VPXMIN(3, VPXMIN(b_width_log2_lookup(bsize), b_height_log2_lookup(bsize)))
 const uint8_t size_group_lookup[BLOCK_SIZES] = { 0, 0, 0, 1, 1, 1, 2,
                                                  2, 2, 3, 3, 3, 3 };