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

  /external/libvpx/libvpx/vpx_dsp/arm/
quantize_neon.c 21 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
38 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr);
88 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]);
156 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
174 const int16x8_t quant_shift = vld1q_s16(quant_shift_ptr);
232 const int16x8_t quant_shift = vdupq_n_s16(quant_shift_ptr[1]);
  /external/libvpx/libvpx/vp8/encoder/mips/mmi/
vp8_quantize_mmi.c 24 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >> 16; \
209 const int16_t *quant_shift_ptr = b->quant_shift; local
  /external/libvpx/libvpx/vpx_dsp/
quantize.c 120 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
156 quant_shift_ptr[rc != 0]) >>
171 const int16_t *quant_shift_ptr,
207 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> 16);
220 const int16_t *quant_shift_ptr,
259 quant_shift_ptr[rc != 0]) >>
274 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
310 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> 15);
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_quantize_intrin_sse2.c 23 const int16_t *quant_shift_ptr,
85 (uint32_t)((tmp4 * quant_shift_ptr[k != 0]) >> 16);
98 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
148 (uint32_t)((tmp2 * quant_shift_ptr[rc != 0]) >> 15);
quantize_sse2.c 23 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
42 dequant_ptr, &dequant, quant_shift_ptr, &shift);
quantize_avx.c 25 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
47 dequant_ptr, &dequant, quant_shift_ptr, &shift);
155 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
191 shift = _mm_load_si128((const __m128i *)quant_shift_ptr);
quantize_ssse3.c 22 const int16_t *quant_shift_ptr,
40 dequant_ptr, &dequant, quant_shift_ptr, &shift);
122 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr,
157 shift = _mm_load_si128((const __m128i *)quant_shift_ptr);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
quantize_msa.c 202 int16_t *quant_shift_ptr = b->quant_shift; local
210 quant_shift_ptr, dequant_ptr, zbin_oq_value, qcoeff_ptr, dqcoeff_ptr);
  /external/libvpx/libvpx/vp8/encoder/
vp8_quantize.c 57 short *quant_shift_ptr = b->quant_shift; local
80 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >>
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h     [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h     [all...]

Completed in 417 milliseconds