Searched refs:max_block_high (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | blockd.c | 51 const int blocks_high = max_block_high(xd, plane_bsize, plane); in av1_set_contexts()
|
D | onyxc_int.h | 1089 static INLINE int max_block_high(const MACROBLOCKD *xd, BLOCK_SIZE bsize, in max_block_high() function 1112 const int max_blocks_high = max_block_high(xd, plane_bsize, plane) in max_intra_block_height()
|
/external/libaom/libaom/av1/encoder/ |
D | tokenize.c | 140 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in tokenize_vartx()
|
D | encodemb.c | 310 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in encode_block_inter() 373 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in av1_foreach_transformed_block_in_plane()
|
D | bitstream.c | 149 const int max_blocks_high = max_block_high(xd, mbmi->sb_type, 0); in write_tx_size_vartx() 359 const int max_blocks_high = max_block_high(xd, plane_bsize, plane); in pack_txb_tokens()
|
D | encodetxb.c | 666 const int max_blocks_high = max_block_high(xd, bsize, 0);
|
D | encodeframe.c | 5781 const int max_blocks_high = max_block_high(xd, bsize, 0); in update_txfm_count() 5867 const int max_blocks_high = max_block_high(xd, bsize, 0); in set_txfm_context()
|
D | rdopt.c | 4202 const int max_blocks_high = max_block_high(xd, bsize, 0); in intra_model_yrd() 5242 const int max_blocks_high = max_block_high(xd, plane_bsize, 0); in try_tx_block_split() 5298 const int max_blocks_high = max_block_high(xd, plane_bsize, 0); in select_tx_block() 5498 const int max_blocks_high = max_block_high(xd, plane_bsize, 0); in tx_block_yrd()
|
/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() 1126 const int max_blocks_high = max_block_high(xd, bsize, 0); in decode_token_recon_block() 1173 const int max_blocks_high = max_block_high(xd, bsize, 0); in decode_token_recon_block() 1267 const int max_blocks_high = max_block_high(xd, bsize, 0); in read_tx_size_vartx()
|