/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.c | 59 const int max_blocks_high = in vp9_foreach_transformed_block_in_plane() local
|
D | vp9_blockd.h | 166 unsigned int max_blocks_high; member
|
/external/libaom/libaom/av1/encoder/ |
D | tokenize.c | 140 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in tokenize_vartx() local
|
D | encodemb.c | 310 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in encode_block_inter() local 373 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in av1_foreach_transformed_block_in_plane() local
|
D | bitstream.c | 149 const int max_blocks_high = max_block_high(xd, mbmi->sb_type, 0); in write_tx_size_vartx() local 359 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in pack_txb_tokens() local
|
D | encodeframe.c | 5781 const int max_blocks_high = max_block_high(xd, bsize, 0); in update_txfm_count() local 5867 const int max_blocks_high = max_block_high(xd, bsize, 0); in set_txfm_context() local
|
D | encodetxb.c | 666 const int max_blocks_high = max_block_high(xd, bsize, 0); local
|
D | rdopt.c | 4202 const int max_blocks_high = max_block_high(xd, bsize, 0); in intra_model_yrd() local 5242 const int max_blocks_high = max_block_high(xd, plane_bsize, 0); in try_tx_block_split() local 5298 const int max_blocks_high = max_block_high(xd, plane_bsize, 0); in select_tx_block() local 5498 const int max_blocks_high = max_block_high(xd, plane_bsize, 0); in tx_block_yrd() local
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 850 const int max_blocks_high = in predict_recon_inter() local 880 const int max_blocks_high = in predict_recon_intra() local 935 const int max_blocks_high = in decode_block() local 968 const int max_blocks_high = in decode_block() local
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 297 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in decode_reconstruct_tx() local 1126 const int max_blocks_high = max_block_high(xd, bsize, 0); in decode_token_recon_block() local 1173 const int max_blocks_high = max_block_high(xd, bsize, 0); in decode_token_recon_block() local 1267 const int max_blocks_high = max_block_high(xd, bsize, 0); in read_tx_size_vartx() local
|
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 1091 int max_blocks_high = block_size_high[bsize]; in max_block_high() local 1112 const int max_blocks_high = max_block_high(xd, plane_bsize, plane) in max_intra_block_height() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 677 const int max_blocks_high = in block_yrd() local
|