Home
last modified time | relevance | path

Searched refs:uv_dequant (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h171 int16_t uv_dequant[MAX_SEGMENTS][2]; member
339 memcpy(xd->plane[i].seg_dequant, cm->uv_dequant, sizeof(cm->uv_dequant)); in vp9_init_macroblockd()
/external/v4l2_codec2/vda/
Dvp9_parser.cc599 segmentation.uv_dequant[i][0] = in SetupSegmentationDequant()
601 segmentation.uv_dequant[i][1] = in SetupSegmentationDequant()
609 segmentation.uv_dequant[0][0] = in SetupSegmentationDequant()
611 segmentation.uv_dequant[0][1] = in SetupSegmentationDequant()
Dvp9_parser.h97 int16_t uv_dequant[kNumSegments][2]; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c256 cpi->uv_dequant[q][i] = quant; in vp9_init_quantizer()
274 cpi->uv_dequant[q][i] = cpi->uv_dequant[q][1]; in vp9_init_quantizer()
308 xd->plane[i].dequant = cpi->uv_dequant[qindex]; in vp9_init_plane_quantizers()
Dvp9_encoder.h569 DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]);
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1428 cm->uv_dequant[i][0] = in setup_segmentation_dequant()
1430 cm->uv_dequant[i][1] = in setup_segmentation_dequant()
1439 cm->uv_dequant[0][0] = in setup_segmentation_dequant()
1441 cm->uv_dequant[0][1] = in setup_segmentation_dequant()