Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c58 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? 0 : in vp9_foreach_transformed_block_in_plane() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c854 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? in decode_block() local
882 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? in decode_block() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c590 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? 0 : in block_yrd() local