Home
last modified time | relevance | path

Searched refs:seg_dequant_QTX (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/
Dav1_common_int.h950 memcpy(xd->plane[i].seg_dequant_QTX, quant_params->y_dequant_QTX, in av1_init_macroblockd()
957 memcpy(xd->plane[i].seg_dequant_QTX, quant_params->u_dequant_QTX, in av1_init_macroblockd()
962 memcpy(xd->plane[i].seg_dequant_QTX, quant_params->v_dequant_QTX, in av1_init_macroblockd()
Dblockd.h407 int16_t seg_dequant_QTX[MAX_SEGMENTS][2]; member
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c122 const int16_t *const dequant = pd->seg_dequant_QTX[mbmi->segment_id]; in av1_read_coeffs_txb()
Ddecodeframe.c1239 xd->plane[j].seg_dequant_QTX[i][0] = av1_dc_quant_QTX( in parse_decode_block()
1241 xd->plane[j].seg_dequant_QTX[i][1] = av1_ac_quant_QTX( in parse_decode_block()