Home
last modified time | relevance | path

Searched refs:y_iqmatrix (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Donyxc_int.h408 const qm_val_t *y_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL]; member
767 memcpy(xd->plane[i].seg_iqmatrix, cm->y_iqmatrix, sizeof(cm->y_iqmatrix)); in av1_init_macroblockd()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2285 cm->y_iqmatrix[i][j] = av1_iqmatrix(cm, qmlevel, AOM_PLANE_Y, j); in setup_segmentation_dequant()