Home
last modified time | relevance | path

Searched refs:av1_use_qmatrix (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/
Dquant_common.h51 bool av1_use_qmatrix(const struct CommonQuantParams *quant_params,
Dquant_common.c228 bool av1_use_qmatrix(const CommonQuantParams *quant_params, in av1_use_qmatrix() function
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c678 const int use_qmatrix = av1_use_qmatrix(quant_params, xd, segment_id); in av1_init_plane_quantizers()
Dtx_search.c2224 if (av1_use_qmatrix(&cm->quant_params, xd, mbmi->segment_id)) { in search_tx_type()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1879 const int use_qmatrix = av1_use_qmatrix(quant_params, xd, i); in setup_segmentation_dequant()