Home
last modified time | relevance | path

Searched refs:max_blocks_wide (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.c61 int max_blocks_wide = num_4x4_w; in vp9_foreach_transformed_block_in_plane() local
67 max_blocks_wide += (xd->mb_to_right_edge >> (5 + pd->subsampling_x)); in vp9_foreach_transformed_block_in_plane()
78 if (r < max_blocks_high && c < max_blocks_wide) in vp9_foreach_transformed_block_in_plane()