| Index: source/libvpx/vp9/common/vp9_common_data.c
|
| diff --git a/source/libvpx/vp9/common/vp9_common_data.c b/source/libvpx/vp9/common/vp9_common_data.c
|
| index 0bf7cbcc01b00268db88ae9b64c38d00bbca4977..ca7f4ad41d0f377534af96f0dc3796641994ba03 100644
|
| --- a/source/libvpx/vp9/common/vp9_common_data.c
|
| +++ b/source/libvpx/vp9/common/vp9_common_data.c
|
| @@ -27,7 +27,7 @@ const uint8_t num_8x8_blocks_wide_lookup[BLOCK_SIZES] =
|
| const uint8_t num_8x8_blocks_high_lookup[BLOCK_SIZES] =
|
| {1, 1, 1, 1, 2, 1, 2, 4, 2, 4, 8, 4, 8};
|
|
|
| -// MIN(3, MIN(b_width_log2(bsize), b_height_log2(bsize)))
|
| +// VPXMIN(3, VPXMIN(b_width_log2(bsize), b_height_log2(bsize)))
|
| const uint8_t size_group_lookup[BLOCK_SIZES] =
|
| {0, 0, 0, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3};
|
|
|
|
|