/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.c | 55 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()
|
D | vp9_blockd.h | 165 unsigned int max_blocks_wide; member
|
/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 311 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()
|
D | tokenize.c | 141 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()
|
D | encodetxb.c | 665 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);
|
D | bitstream.c | 150 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()
|
D | encodeframe.c | 5782 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()
|
D | rdopt.c | 4201 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/ |
D | vp9_detokenize.c | 223 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()
|
D | vp9_decodeframe.c | 846 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/ |
D | onyxc_int.h | 1079 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/ |
D | decodeframe.c | 298 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/ |
D | vp9_pickmode.c | 675 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()
|