Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/common/
H A Dquant_common.h52 bool av1_use_qmatrix(const struct CommonQuantParams *quant_params,
H A Dquant_common.c233 bool av1_use_qmatrix(const CommonQuantParams *quant_params, in av1_use_qmatrix() function
/aosp_15_r20/external/libaom/av1/encoder/
H A Dav1_quantize.c766 const int use_qmatrix = av1_use_qmatrix(quant_params, xd, segment_id); in set_qmatrix()
827 av1_use_qmatrix(quant_params, xd, segment_id)) { in av1_init_plane_quantizers()
H A Dtx_search.c2138 if (av1_use_qmatrix(&cm->quant_params, xd, mbmi->segment_id)) { in search_tx_type()
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodeframe.c1843 const int use_qmatrix = av1_use_qmatrix(quant_params, xd, i); in setup_segmentation_dequant()