Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
67 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
Dvp9_blockd.h163 unsigned int max_blocks_high; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c227 if (xd->max_blocks_high) { in get_ctx_shift()
228 if (tx_size_in_blocks + y > xd->max_blocks_high) in get_ctx_shift()
229 *ctx_shift_l = (tx_size_in_blocks - (xd->max_blocks_high - y)) * 8; in get_ctx_shift()
Dvp9_decodeframe.c804 const int max_blocks_high = in decode_block() local
810 xd->max_blocks_high = xd->mb_to_bottom_edge >= 0 ? 0 : max_blocks_high; in decode_block()
812 for (row = 0; row < max_blocks_high; row += step) in decode_block()
837 const int max_blocks_high = in decode_block() local
844 xd->max_blocks_high = xd->mb_to_bottom_edge >= 0 ? 0 : max_blocks_high; in decode_block()
846 for (row = 0; row < max_blocks_high; row += step) in decode_block()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c641 const int max_blocks_high = in block_yrd() local
688 for (r = 0; r < max_blocks_high; r += block_step) { in block_yrd()
739 for (r = 0; r < max_blocks_high; r += block_step) { in block_yrd()