Searched refs:seg_iqmatrix (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 767 memcpy(xd->plane[i].seg_iqmatrix, cm->y_iqmatrix, sizeof(cm->y_iqmatrix)); in av1_init_macroblockd() 773 memcpy(xd->plane[i].seg_iqmatrix, cm->u_iqmatrix, in av1_init_macroblockd() 778 memcpy(xd->plane[i].seg_iqmatrix, cm->v_iqmatrix, in av1_init_macroblockd()
|
D | blockd.h | 414 qm_val_t *seg_iqmatrix[MAX_SEGMENTS][TX_SIZES_ALL]; member
|
/external/libaom/libaom/av1/encoder/ |
D | av1_quantize.c | 704 memcpy(&xd->plane[0].seg_iqmatrix[segment_id], cm->giqmatrix[qmlevel][0], in av1_init_plane_quantizers() 722 memcpy(&xd->plane[1].seg_iqmatrix[segment_id], cm->giqmatrix[qmlevel][1], in av1_init_plane_quantizers() 741 memcpy(&xd->plane[2].seg_iqmatrix[segment_id], cm->giqmatrix[qmlevel][2], in av1_init_plane_quantizers()
|
D | encodemb.c | 155 ? pd->seg_iqmatrix[seg_id][qm_tx_size] in av1_xform_quant()
|
D | encodetxb.c | 1852 ? pd->seg_iqmatrix[mbmi->segment_id][qm_tx_size]
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 168 ? pd->seg_iqmatrix[mbmi->segment_id][qm_tx_size] in av1_read_coeffs_txb()
|