HomeSort by relevance Sort by last modified time
    Searched refs:uv_dequant (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 190 int16_t uv_dequant[MAX_SEGMENTS][2]; member in struct:VP9Common
361 memcpy(xd->plane[i].seg_dequant, cm->uv_dequant, sizeof(cm->uv_dequant));
  /external/v4l2_codec2/vda/
vp9_parser.cc 514 segmentation.uv_dequant[i][0] =
516 segmentation.uv_dequant[i][1] =
524 segmentation.uv_dequant[0][0] =
526 segmentation.uv_dequant[0][1] =
vp9_parser.h 96 int16_t uv_dequant[kNumSegments][2]; member in struct:media::Vp9SegmentationParams
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 244 cpi->uv_dequant[q][i] = quant;
262 cpi->uv_dequant[q][i] = cpi->uv_dequant[q][1];
296 xd->plane[i].dequant = cpi->uv_dequant[qindex];
vp9_encoder.h 453 DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 2704 milliseconds