Searched refs:max_blocks_high (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_blockd.c62 int max_blocks_high = num_4x4_h; local
70 max_blocks_high += (xd->mb_to_bottom_edge >> (5 + pd->subsampling_y));
78 if (r < max_blocks_high && c < max_blocks_wide)

Completed in 56 milliseconds