Searched refs:av1_get_iqmatrix (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | quant_common.h | 71 const qm_val_t *av1_get_iqmatrix(const struct CommonQuantParams *quant_params,
|
D | quant_common.c | 251 const qm_val_t *av1_get_iqmatrix(const CommonQuantParams *quant_params, in av1_get_iqmatrix() function
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 165 av1_get_iqmatrix(&cm->quant_params, xd, plane, tx_size, tx_type); in av1_read_coeffs_txb()
|
/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 346 av1_get_iqmatrix(quant_params, xd, plane, tx_size, tx_type); in av1_setup_qmatrix()
|
D | encodetxb.c | 1754 av1_get_iqmatrix(&cpi->common.quant_params, xd, plane, tx_size, tx_type); 1948 av1_get_iqmatrix(&cpi->common.quant_params, xd, plane, tx_size, tx_type);
|