Searched refs:unit_height (Results 1 – 6 of 6) sorted by relevance
240 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx() local242 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx()
387 const int unit_height = AOMMIN(mu_blocks_high + r, max_blocks_high); in av1_foreach_transformed_block_in_plane() local391 for (blk_row = r; blk_row < unit_height; blk_row += txh_unit) { in av1_foreach_transformed_block_in_plane()526 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_encode_sb() local528 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_encode_sb()
685 const int unit_height = ROUND_POWER_OF_TWO( local689 for (int blk_row = row >> pd->subsampling_y; blk_row < unit_height;
1398 const int unit_height = in write_inter_txb_coeff() local1402 for (blk_row = row >> pd->subsampling_y; blk_row < unit_height; in write_inter_txb_coeff()
932 const int unit_height = AOMMIN(mu_blocks_high + idy, block_height); in setup_fix_block_mask() local934 for (int blk_row = idy; blk_row < unit_height; blk_row += bh) { in setup_fix_block_mask()
1147 const int unit_height = ROUND_POWER_OF_TWO( in decode_token_recon_block() local1152 for (int blk_row = row >> pd->subsampling_y; blk_row < unit_height; in decode_token_recon_block()1208 const int unit_height = ROUND_POWER_OF_TWO( in decode_token_recon_block() local1215 for (blk_row = row >> pd->subsampling_y; blk_row < unit_height; in decode_token_recon_block()