Home
last modified time | relevance | path

Searched refs:av1_iqmatrix (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/common/
Dquant_common.h54 const qm_val_t *av1_iqmatrix(struct AV1Common *cm, int qindex, int comp,
Dquant_common.c239 const qm_val_t *av1_iqmatrix(AV1_COMMON *cm, int qmlevel, int plane, in av1_iqmatrix() function
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2285 cm->y_iqmatrix[i][j] = av1_iqmatrix(cm, qmlevel, AOM_PLANE_Y, j); in setup_segmentation_dequant()
2289 cm->u_iqmatrix[i][j] = av1_iqmatrix(cm, qmlevel, AOM_PLANE_U, j); in setup_segmentation_dequant()
2293 cm->v_iqmatrix[i][j] = av1_iqmatrix(cm, qmlevel, AOM_PLANE_V, j); in setup_segmentation_dequant()