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

  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 189 int16_t y_dequant[MAX_SEGMENTS][2]; member in struct:VP9Common
359 memcpy(xd->plane[i].seg_dequant, cm->y_dequant, sizeof(cm->y_dequant));
  /external/v4l2_codec2/vda/
vp9_parser.cc 511 segmentation.y_dequant[i][0] =
513 segmentation.y_dequant[i][1] = kAcQLookup[ClampQ(q_index)];
521 segmentation.y_dequant[0][0] =
523 segmentation.y_dequant[0][1] = kAcQLookup[ClampQ(q_index)];
vp9_parser.h 95 int16_t y_dequant[kNumSegments][2]; member in struct:media::Vp9SegmentationParams
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 233 cpi->y_dequant[q][i] = quant;
254 cpi->y_dequant[q][i] = cpi->y_dequant[q][1];
283 xd->plane[0].dequant = cpi->y_dequant[qindex];
vp9_encoder.h 452 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]);
vp9_encodeframe.c 521 (int64_t)(threshold_multiplier * cpi->y_dequant[q][1]);
590 cpi->vbp_threshold_sad = (cpi->y_dequant[q][1] << 1) > 1000
591 ? (cpi->y_dequant[q][1] << 1)
599 cpi->vbp_threshold_copy = (cpi->y_dequant[q][1] << 3) > 8000
600 ? (cpi->y_dequant[q][1] << 3)
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 2093 milliseconds