Skip to content
Snippets Groups Projects
Commit 1cc50bc2 authored by Rupert Swarbrick's avatar Rupert Swarbrick
Browse files

Deal correctly with 16x4/4x16 blocks in mvref_common.c

The logic that searches for motion vectors in scan_row_mbmi and
scan_col_mbmi steps in 4x4 units when the block size is less than
8x8. That test (bsize < BLOCK_8X8) doesn't work when you have 16X4 or
4X16 blocks, because they appear higher up in the enum.

Change-Id: Idb1a97f8a43b675fd78dbc76ae501fcdff7adbcd
parent a772ae72
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment