Searched refs:max_block_wide (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | blockd.c | 41 const int blocks_wide = max_block_wide(xd, plane_bsize, plane); in av1_set_contexts()
|
D | onyxc_int.h | 1077 static INLINE int max_block_wide(const MACROBLOCKD *xd, BLOCK_SIZE bsize, in max_block_wide() function 1104 const int max_blocks_wide = max_block_wide(xd, plane_bsize, plane) in max_intra_block_width()
|
/external/libaom/libaom/av1/encoder/ |
D | tokenize.c | 141 const int max_blocks_wide = max_block_wide(xd, plane_bsize, plane); in tokenize_vartx()
|
D | encodemb.c | 311 const int max_blocks_wide = max_block_wide(xd, plane_bsize, plane); in encode_block_inter() 372 const int max_blocks_wide = max_block_wide(xd, plane_bsize, plane); in av1_foreach_transformed_block_in_plane()
|
D | bitstream.c | 150 const int max_blocks_wide = max_block_wide(xd, mbmi->sb_type, 0); in write_tx_size_vartx() 360 const int max_blocks_wide = max_block_wide(xd, plane_bsize, plane); in pack_txb_tokens()
|
D | encodetxb.c | 665 const int max_blocks_wide = max_block_wide(xd, bsize, 0);
|
D | encodeframe.c | 5782 const int max_blocks_wide = max_block_wide(xd, bsize, 0); in update_txfm_count() 5868 const int max_blocks_wide = max_block_wide(xd, bsize, 0); in set_txfm_context()
|
D | rdopt.c | 4201 const int max_blocks_wide = max_block_wide(xd, bsize, 0); in intra_model_yrd() 5243 const int max_blocks_wide = max_block_wide(xd, plane_bsize, 0); in try_tx_block_split() 5299 const int max_blocks_wide = max_block_wide(xd, plane_bsize, 0); in select_tx_block() 5499 const int max_blocks_wide = max_block_wide(xd, plane_bsize, 0); in tx_block_yrd()
|
/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() 1125 const int max_blocks_wide = max_block_wide(xd, bsize, 0); in decode_token_recon_block() 1172 const int max_blocks_wide = max_block_wide(xd, bsize, 0); in decode_token_recon_block() 1268 const int max_blocks_wide = max_block_wide(xd, bsize, 0); in read_tx_size_vartx()
|