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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_quantize.c 179 cm->uv_dequant[q][i] = quant;
203 cm->uv_dequant[q][i] = cm->uv_dequant[q][1];
240 x->plane[i].zbin_extra = (int16_t)((cm->uv_dequant[qindex][1] * zbin) >> 7);
241 xd->plane[i].dequant = cm->uv_dequant[qindex];
266 const int uv_zbin_extra = (cpi->common.uv_dequant[qindex][1] *
  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 191 int16_t uv_dequant[MAX_SEGMENTS][2]; member in struct:VP9Common
364 memcpy(xd->plane[i].seg_dequant, cm->uv_dequant, sizeof(cm->uv_dequant));
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 284 cpi->uv_dequant[q][i] = quant;
302 cpi->uv_dequant[q][i] = cpi->uv_dequant[q][1];
336 xd->plane[i].dequant = cpi->uv_dequant[qindex];
vp9_encoder.h 299 DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_onyxc_int.h 70 DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 189 xd->plane[i].dequant = cm->uv_dequant[q_index];
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 250 milliseconds