Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtokenize.c231 int mu_blocks_high = in av1_tokenize_sb_vartx() local
235 mu_blocks_high = AOMMIN(mi_height, mu_blocks_high); in av1_tokenize_sb_vartx()
237 for (idy = 0; idy < mi_height; idy += mu_blocks_high) { in av1_tokenize_sb_vartx()
240 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx()
Dencodemb.c380 int mu_blocks_high = block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; in av1_foreach_transformed_block_in_plane() local
382 mu_blocks_high = AOMMIN(max_blocks_high, mu_blocks_high); in av1_foreach_transformed_block_in_plane()
386 for (r = 0; r < max_blocks_high; r += mu_blocks_high) { in av1_foreach_transformed_block_in_plane()
387 const int unit_height = AOMMIN(mu_blocks_high + r, max_blocks_high); in av1_foreach_transformed_block_in_plane()
517 int mu_blocks_high = in av1_encode_sb() local
521 mu_blocks_high = AOMMIN(mi_height, mu_blocks_high); in av1_encode_sb()
523 for (idy = 0; idy < mi_height; idy += mu_blocks_high) { in av1_encode_sb()
526 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_encode_sb()
Dencodetxb.c669 int mu_blocks_high = block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; local
671 mu_blocks_high = AOMMIN(max_blocks_high, mu_blocks_high);
673 for (row = 0; row < max_blocks_high; row += mu_blocks_high) {
686 AOMMIN(mu_blocks_high + row, max_blocks_high), pd->subsampling_y);
Dbitstream.c1391 int mu_blocks_high = block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; in write_inter_txb_coeff() local
1399 AOMMIN(mu_blocks_high + (row >> pd->subsampling_y), num_4x4_h); in write_inter_txb_coeff()
1463 int mu_blocks_high = in write_tokens_b() local
1467 mu_blocks_high = AOMMIN(num_4x4_h, mu_blocks_high); in write_tokens_b()
1469 for (row = 0; row < num_4x4_h; row += mu_blocks_high) { in write_tokens_b()
/external/libaom/libaom/av1/common/
Dav1_loopfilter.c922 int mu_blocks_high = block_size_high[max_unit_bsize] >> tx_size_high_log2[0]; in setup_fix_block_mask() local
925 mu_blocks_high = AOMMIN(block_height, mu_blocks_high); in setup_fix_block_mask()
930 for (int idy = 0; idy < block_height; idy += mu_blocks_high) { in setup_fix_block_mask()
932 const int unit_height = AOMMIN(mu_blocks_high + idy, block_height); in setup_fix_block_mask()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1130 int mu_blocks_high = in decode_token_recon_block() local
1133 mu_blocks_high = AOMMIN(max_blocks_high, mu_blocks_high); in decode_token_recon_block()
1135 for (row = 0; row < max_blocks_high; row += mu_blocks_high) { in decode_token_recon_block()
1148 AOMMIN(mu_blocks_high + row, max_blocks_high), pd->subsampling_y); in decode_token_recon_block()
1182 int mu_blocks_high = in decode_token_recon_block() local
1186 mu_blocks_high = AOMMIN(max_blocks_high, mu_blocks_high); in decode_token_recon_block()
1188 for (row = 0; row < max_blocks_high; row += mu_blocks_high) { in decode_token_recon_block()
1209 AOMMIN(mu_blocks_high + row, max_blocks_high), in decode_token_recon_block()