Searched refs:av1_iqmatrix (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | quant_common.h | 54 const qm_val_t *av1_iqmatrix(struct AV1Common *cm, int qindex, int comp,
|
D | quant_common.c | 239 const qm_val_t *av1_iqmatrix(AV1_COMMON *cm, int qmlevel, int plane, in av1_iqmatrix() function
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2285 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()
|