Searched refs:max_blocks_high (Results 1 – 5 of 5) sorted by relevance
59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local67 for (r = 0; r < max_blocks_high; r += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
163 unsigned int max_blocks_high; member
227 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()
788 const int max_blocks_high = in decode_block() local794 xd->max_blocks_high = xd->mb_to_bottom_edge >= 0 ? 0 : max_blocks_high; in decode_block()796 for (row = 0; row < max_blocks_high; row += step) in decode_block()821 const int max_blocks_high = in decode_block() local828 xd->max_blocks_high = xd->mb_to_bottom_edge >= 0 ? 0 : max_blocks_high; in decode_block()830 for (row = 0; row < max_blocks_high; row += step) in decode_block()
655 const int max_blocks_high = in block_yrd() local704 for (r = 0; r < max_blocks_high; r += block_step) { in block_yrd()755 for (r = 0; r < max_blocks_high; r += block_step) { in block_yrd()