Home
last modified time | relevance | path

Searched defs:dequant (Results 1 – 25 of 32) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c19 const int16x8_t dequant, in calculate_dqcoeff_and_store()
55 const int16x8_t dequant = vld1q_s16(dequant_ptr); in vpx_quantize_b_neon() local
103 const int16x8_t dequant = vdupq_n_s16(dequant_ptr[1]); in vpx_quantize_b_neon() local
168 const int16x8_t dequant, in calculate_dqcoeff_and_store_32x32()
215 const int16x8_t dequant = vld1q_s16(dequant_ptr); in vpx_quantize_b_32x32_neon() local
261 const int16x8_t dequant = vdupq_n_s16(dequant_ptr[1]); in vpx_quantize_b_32x32_neon() local
/external/libaom/libaom/aom_dsp/x86/
Dquantize_x86.h19 const int16_t *dequant_ptr, __m128i *dequant, in load_b_values()
65 static INLINE __m128i calculate_dqcoeff(__m128i qcoeff, __m128i dequant) { in calculate_dqcoeff()
70 __m128i dequant, in calculate_dqcoeff_and_store_log_scale()
Dquantize_ssse3.c37 const __m128i dequant, in calculate_dqcoeff_and_store_64x64()
75 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_64x64_ssse3() local
Dquantize_sse2.c31 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_sse2() local
Dadaptive_quantize_sse2.c28 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_adaptive_sse2() local
228 __m128i zbin, round, quant, dequant, shift; in aom_quantize_b_32x32_adaptive_sse2() local
Dhighbd_quantize_intrin_avx2.c38 const __m128i dequant = _mm_loadu_si128((const __m128i *)dequant_ptr); in init_qp() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_sse2.h22 const int16_t *dequant_ptr, __m128i *dequant, in load_b_values()
47 static INLINE void calculate_dqcoeff_and_store(__m128i qcoeff, __m128i dequant, in calculate_dqcoeff_and_store()
Dquantize_ssse3.h21 const __m128i dequant, in calculate_dqcoeff_and_store_32x32()
Dquantize_avx.c34 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_avx() local
160 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_32x32_avx() local
Dquantize_ssse3.c30 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_ssse3() local
125 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_32x32_ssse3() local
Dquantize_sse2.c30 __m128i zbin, round, quant, dequant, shift; in vpx_quantize_b_sse2() local
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c52 int16x8_t dequant = vec_vsx_ld(0, dequant_ptr); in vp9_quantize_fp_vsx() local
155 static INLINE int16x8_t dequantize_coeff_32(int16x8_t qcoeff, in dequantize_coeff_32()
187 int16x8_t dequant = vec_vsx_ld(0, dequant_ptr); in vp9_quantize_fp_32x32_vsx() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c69 static INLINE int16x8_t dequantize_coeff_32(int16x8_t qcoeff, in dequantize_coeff_32()
111 int16x8_t dequant = vec_vsx_ld(0, dequant_ptr); in vpx_quantize_b_vsx() local
220 int16x8_t dequant = vec_vsx_ld(0, dequant_ptr); in vpx_quantize_b_32x32_vsx() local
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c21 const int16_t dequant, uint16_t *eob_ptr) { in vpx_quantize_dc()
45 tran_low_t *dqcoeff_ptr, const int16_t dequant, in vpx_highbd_quantize_dc()
69 const int16_t dequant, uint16_t *eob_ptr) { in vpx_quantize_dc_32x32()
96 const int16_t dequant, uint16_t *eob_ptr) { in vpx_highbd_quantize_dc_32x32()
/external/libaom/libaom/test/
Dquantize_func_test.cc74 Dequants dequant; member
135 const int16_t *dequant = qtab_->dequant.y_dequant_QTX[q]; in QuantizeRun() local
294 const int16_t *dequant = qtab_->dequant.y_dequant_QTX[q]; in TEST_P() local
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c84 const int dequant = in quantize_fp_helper_c() local
131 const int dequant = in highbd_quantize_fp_helper_c() local
166 const int dequant = dequant_ptr[rc01]; in highbd_quantize_fp_helper_c() local
344 int dequant; in quantize_dc() local
517 const int dequant = in highbd_quantize_dc() local
Dencodetxb.h32 const int16_t *dequant; member
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c76 const __m128i dequant = _mm_load_si128((const __m128i *)dequant_ptr); in vp9_quantize_fp_avx2() local
Dvp9_quantize_sse2.c30 __m128i round, quant, dequant; in vp9_quantize_fp_sse2() local
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c53 static INLINE int get_dqv(const int16_t *dequant, int coeff_idx, in get_dqv()
122 const int16_t *const dequant = pd->seg_dequant_QTX[mbmi->segment_id]; in av1_read_coeffs_txb() local
/external/libaom/libaom/av1/encoder/x86/
Dav1_highbd_quantize_avx2.c41 const __m128i dequant = _mm_loadu_si128((const __m128i *)dequant_ptr); in init_qp() local
Dav1_highbd_quantize_sse4.c121 __m128i coeff[2], qcoeff[3], dequant[2], qparam[4], coeff_sign; in av1_highbd_quantize_fp_sse4_1() local
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc64 const int16_t *dequant, uint16_t *eob, const int16_t *scan, in QuantFPWrapper()
259 int16_t *dequant, int16_t *round_fp, in GenerateHelperArrays()
/external/libaom/libaom/aom_dsp/
Dquantize.c72 const int dequant = in quantize_b_adaptive_helper_c() local
157 const int dequant = in quantize_b_helper_c() local
180 int dequant; in highbd_quantize_b_adaptive_helper_c() local
268 int dequant; in highbd_quantize_b_helper_c() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c239 const int16_t *const dequant = pd->seg_dequant[seg_id]; in vp9_decode_block_tokens() local

12