Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c55 const int max_blocks_wide = in vp9_foreach_transformed_block_in_plane() local
63 const int extra_step = ((num_4x4_w - max_blocks_wide) >> tx_size) * step; in vp9_foreach_transformed_block_in_plane()
69 for (c = 0; c < max_blocks_wide; c += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
Dvp9_blockd.h162 unsigned int max_blocks_wide; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c223 if (xd->max_blocks_wide) { in get_ctx_shift()
224 if (tx_size_in_blocks + x > xd->max_blocks_wide) in get_ctx_shift()
225 *ctx_shift_a = (tx_size_in_blocks - (xd->max_blocks_wide - x)) * 8; in get_ctx_shift()
Dvp9_decodeframe.c784 const int max_blocks_wide = in decode_block() local
793 xd->max_blocks_wide = xd->mb_to_right_edge >= 0 ? 0 : max_blocks_wide; in decode_block()
797 for (col = 0; col < max_blocks_wide; col += step) in decode_block()
817 const int max_blocks_wide = in decode_block() local
827 xd->max_blocks_wide = xd->mb_to_right_edge >= 0 ? 0 : max_blocks_wide; in decode_block()
831 for (col = 0; col < max_blocks_wide; col += step) in decode_block()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c653 const int max_blocks_wide = in block_yrd() local
706 if (c < max_blocks_wide) { in block_yrd()
757 if (c < max_blocks_wide) { in block_yrd()