Searched refs:uv_dequant (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 191 int16_t uv_dequant[MAX_SEGMENTS][2]; member 364 memcpy(xd->plane[i].seg_dequant, cm->uv_dequant, sizeof(cm->uv_dequant)); in vp9_init_macroblockd()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 284 cpi->uv_dequant[q][i] = quant; in vp9_init_quantizer() 302 cpi->uv_dequant[q][i] = cpi->uv_dequant[q][1]; in vp9_init_quantizer() 336 xd->plane[i].dequant = cpi->uv_dequant[qindex]; in vp9_init_plane_quantizers()
|
D | vp9_encoder.h | 299 DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]);
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1161 cm->uv_dequant[i][0] = vp9_dc_quant(qindex, cm->uv_dc_delta_q, in setup_segmentation_dequant() 1163 cm->uv_dequant[i][1] = vp9_ac_quant(qindex, cm->uv_ac_delta_q, in setup_segmentation_dequant() 1172 cm->uv_dequant[0][0] = vp9_dc_quant(qindex, cm->uv_dc_delta_q, in setup_segmentation_dequant() 1174 cm->uv_dequant[0][1] = vp9_ac_quant(qindex, cm->uv_ac_delta_q, in setup_segmentation_dequant()
|