Home
last modified time | relevance | path

Searched refs:max_blocks_wide (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c55 const int max_blocks_wide = in vp9_foreach_transformed_block_in_plane() local
63 const int extra_step = ((num_4x4_w - max_blocks_wide) >> tx_size) * step; in vp9_foreach_transformed_block_in_plane()
69 for (c = 0; c < max_blocks_wide; c += (1 << tx_size)) { in vp9_foreach_transformed_block_in_plane()
Dvp9_blockd.h165 unsigned int max_blocks_wide; member
/external/libaom/libaom/av1/encoder/
Dencodemb.c311 const int max_blocks_wide = max_block_wide(xd, plane_bsize, plane); in encode_block_inter() local
313 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in encode_block_inter()
344 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in encode_block_inter()
372 const int max_blocks_wide = max_block_wide(xd, plane_bsize, plane); in av1_foreach_transformed_block_in_plane() local
381 mu_blocks_wide = AOMMIN(max_blocks_wide, mu_blocks_wide); in av1_foreach_transformed_block_in_plane()
389 for (c = 0; c < max_blocks_wide; c += mu_blocks_wide) { in av1_foreach_transformed_block_in_plane()
390 const int unit_width = AOMMIN(mu_blocks_wide + c, max_blocks_wide); in av1_foreach_transformed_block_in_plane()
Dtokenize.c141 const int max_blocks_wide = max_block_wide(xd, plane_bsize, plane); in tokenize_vartx() local
143 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in tokenize_vartx()
178 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in tokenize_vartx()
Dencodetxb.c665 const int max_blocks_wide = max_block_wide(xd, bsize, 0); local
670 mu_blocks_wide = AOMMIN(max_blocks_wide, mu_blocks_wide);
674 for (col = 0; col < max_blocks_wide; col += mu_blocks_wide) {
688 AOMMIN(mu_blocks_wide + col, max_blocks_wide), pd->subsampling_x);
Dbitstream.c150 const int max_blocks_wide = max_block_wide(xd, mbmi->sb_type, 0); in write_tx_size_vartx() local
152 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in write_tx_size_vartx()
360 const int max_blocks_wide = max_block_wide(xd, plane_bsize, plane); in pack_txb_tokens() local
362 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in pack_txb_tokens()
404 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in pack_txb_tokens()
Dencodeframe.c5782 const int max_blocks_wide = max_block_wide(xd, bsize, 0); in update_txfm_count() local
5789 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in update_txfm_count()
5868 const int max_blocks_wide = max_block_wide(xd, bsize, 0); in set_txfm_context() local
5872 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in set_txfm_context()
5894 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in set_txfm_context()
Drdopt.c4201 const int max_blocks_wide = max_block_wide(xd, bsize, 0); in intra_model_yrd() local
4206 for (col = 0; col < max_blocks_wide; col += stepc) { in intra_model_yrd()
5243 const int max_blocks_wide = max_block_wide(xd, plane_bsize, 0); in try_tx_block_split() local
5261 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in try_tx_block_split()
5299 const int max_blocks_wide = max_block_wide(xd, plane_bsize, 0); in select_tx_block() local
5300 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in select_tx_block()
5499 const int max_blocks_wide = max_block_wide(xd, plane_bsize, 0); in tx_block_yrd() local
5503 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in tx_block_yrd()
5560 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in tx_block_yrd()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c223 if (xd->max_blocks_wide) { in get_ctx_shift()
224 if (tx_size_in_blocks + x > xd->max_blocks_wide) in get_ctx_shift()
225 *ctx_shift_a = (tx_size_in_blocks - (xd->max_blocks_wide - x)) * 8; in get_ctx_shift()
Dvp9_decodeframe.c846 const int max_blocks_wide = in predict_recon_inter() local
855 xd->max_blocks_wide = xd->mb_to_right_edge >= 0 ? 0 : max_blocks_wide; in predict_recon_inter()
859 for (col = 0; col < max_blocks_wide; col += step) in predict_recon_inter()
876 const int max_blocks_wide = in predict_recon_intra() local
885 xd->max_blocks_wide = xd->mb_to_right_edge >= 0 ? 0 : max_blocks_wide; in predict_recon_intra()
889 for (col = 0; col < max_blocks_wide; col += step) in predict_recon_intra()
931 const int max_blocks_wide = in decode_block() local
940 xd->max_blocks_wide = xd->mb_to_right_edge >= 0 ? 0 : max_blocks_wide; in decode_block()
944 for (col = 0; col < max_blocks_wide; col += step) in decode_block()
964 const int max_blocks_wide = in decode_block() local
[all …]
/external/libaom/libaom/av1/common/
Donyxc_int.h1079 int max_blocks_wide = block_size_wide[bsize]; in max_block_wide() local
1083 max_blocks_wide += xd->mb_to_right_edge >> (3 + pd->subsampling_x); in max_block_wide()
1086 return max_blocks_wide >> tx_size_wide_log2[0]; in max_block_wide()
1104 const int max_blocks_wide = max_block_wide(xd, plane_bsize, plane) in max_intra_block_width() local
1106 return ALIGN_POWER_OF_TWO(max_blocks_wide, tx_size_wide_log2[tx_size]); in max_intra_block_width()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c298 const int max_blocks_wide = max_block_wide(xd, plane_bsize, plane); in decode_reconstruct_tx() local
300 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return; in decode_reconstruct_tx()
326 if (offsetr >= max_blocks_high || offsetc >= max_blocks_wide) continue; in decode_reconstruct_tx()
1125 const int max_blocks_wide = max_block_wide(xd, bsize, 0); in decode_token_recon_block() local
1132 mu_blocks_wide = AOMMIN(max_blocks_wide, mu_blocks_wide); in decode_token_recon_block()
1136 for (col = 0; col < max_blocks_wide; col += mu_blocks_wide) { in decode_token_recon_block()
1150 AOMMIN(mu_blocks_wide + col, max_blocks_wide), pd->subsampling_x); in decode_token_recon_block()
1172 const int max_blocks_wide = max_block_wide(xd, bsize, 0); in decode_token_recon_block() local
1185 mu_blocks_wide = AOMMIN(max_blocks_wide, mu_blocks_wide); in decode_token_recon_block()
1189 for (col = 0; col < max_blocks_wide; col += mu_blocks_wide) { in decode_token_recon_block()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c675 const int max_blocks_wide = in block_yrd() local
728 if (c < max_blocks_wide) { in block_yrd()
779 if (c < max_blocks_wide) { in block_yrd()