Home
last modified time | relevance | path

Searched refs:unit_height (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtokenize.c240 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx() local
242 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx()
Dencodemb.c387 const int unit_height = AOMMIN(mu_blocks_high + r, max_blocks_high); in av1_foreach_transformed_block_in_plane() local
391 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() local
528 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_encode_sb()
Dencodetxb.c685 const int unit_height = ROUND_POWER_OF_TWO( local
689 for (int blk_row = row >> pd->subsampling_y; blk_row < unit_height;
Dbitstream.c1398 const int unit_height = in write_inter_txb_coeff() local
1402 for (blk_row = row >> pd->subsampling_y; blk_row < unit_height; in write_inter_txb_coeff()
/external/libaom/libaom/av1/common/
Dav1_loopfilter.c932 const int unit_height = AOMMIN(mu_blocks_high + idy, block_height); in setup_fix_block_mask() local
934 for (int blk_row = idy; blk_row < unit_height; blk_row += bh) { in setup_fix_block_mask()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1147 const int unit_height = ROUND_POWER_OF_TWO( in decode_token_recon_block() local
1152 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() local
1215 for (blk_row = row >> pd->subsampling_y; blk_row < unit_height; in decode_token_recon_block()