Searched refs:av1_setup_qmatrix (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodemb.h | 80 void av1_setup_qmatrix(const CommonQuantParams *quant_params,
|
D | encodemb.c | 373 void av1_setup_qmatrix(const CommonQuantParams *quant_params, in av1_setup_qmatrix() function 422 av1_setup_qmatrix(&cm->quant_params, xd, plane, tx_size, tx_type, in encode_block() 615 av1_setup_qmatrix(&cm->quant_params, xd, plane, tx_size, DCT_DCT, in encode_block_pass1() 758 av1_setup_qmatrix(&cm->quant_params, xd, plane, tx_size, tx_type, in av1_encode_block_intra()
|
D | tx_search.c | 1155 av1_setup_qmatrix(&cm->quant_params, xd, plane, tx_size, best_tx_type, in recon_intra() 2427 av1_setup_qmatrix(&cm->quant_params, xd, plane, tx_size, tx_type, in search_tx_type()
|