Searched refs:max_blocks_wide (Results 1 – 3 of 3) sorted by relevance
58 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? 0 : in vp9_foreach_transformed_block_in_plane() local62 const int extra_step = ((num_4x4_w - max_blocks_wide) >> tx_size) * step; in vp9_foreach_transformed_block_in_plane()68 for (c = 0; c < max_blocks_wide; c += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
854 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? in decode_block() local860 for (col = 0; col < max_blocks_wide; col += step) in decode_block()882 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? in decode_block() local888 for (col = 0; col < max_blocks_wide; col += step) in decode_block()
590 const int max_blocks_wide = num_4x4_w + (xd->mb_to_right_edge >= 0 ? 0 : in block_yrd() local603 if (c < max_blocks_wide) { in block_yrd()667 if (c < max_blocks_wide) { in block_yrd()