Home
last modified time | relevance | path

Searched defs:dequant_ptr (Results 1 – 15 of 15) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dquantize.c18 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_quantize_dc()
44 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_highbd_quantize_dc()
68 const int16_t dequant_ptr, uint16_t *eob_ptr) { in vpx_quantize_dc_32x32()
98 const int16_t dequant_ptr, in vpx_highbd_quantize_dc_32x32()
126 const int16_t *dequant_ptr, in vpx_quantize_b_c()
178 const int16_t *dequant_ptr, in vpx_highbd_quantize_b_c()
231 const int16_t *dequant_ptr, in vpx_quantize_b_32x32_c()
290 const int16_t *dequant_ptr, in vpx_highbd_quantize_b_32x32_c()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c28 const int16_t *dequant_ptr, in vp9_quantize_fp_c()
73 const int16_t *dequant_ptr, in vp9_highbd_quantize_fp_c()
116 const int16_t *dequant_ptr, in vp9_quantize_fp_32x32_c()
159 const int16_t *dequant_ptr, in vp9_highbd_quantize_fp_32x32_c()
Dvp9_dct.c569 const int16_t *dequant_ptr, in vp9_fdct8x8_quant_c()
Dvp9_encodemb.c105 const int16_t *dequant_ptr = pd->dequant; in optimize_b() local
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_dct_neon.c26 const int16_t* dequant_ptr, uint16_t* eob_ptr, in vp9_fdct8x8_quant_neon()
Dvp9_quantize_neon.c28 int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_neon()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c27 const int16_t *dequant_ptr, in vpx_highbd_quantize_b_sse2()
113 const int16_t *dequant_ptr, in vpx_highbd_quantize_b_32x32_sse2()
Dquantize_sse2.c46 tran_low_t* dqcoeff_ptr, const int16_t* dequant_ptr, in vpx_quantize_b_sse2()
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_enc_stubs_mmx.c37 short *dequant_ptr = d->dequant; in vp8_fast_quantize_b_mmx() local
/external/libvpx/libvpx/vp8/encoder/
Dvp8_quantize.c28 short *dequant_ptr = d->dequant; in vp8_fast_quantize_b_c() local
65 short *dequant_ptr = d->dequant; in vp8_regular_quantize_b_c() local
Dencodemb.c183 const short *dequant_ptr; in optimize_b() local
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dquantize_msa.c222 int16_t *dequant_ptr = d->dequant; in vp8_fast_quantize_b_msa() local
238 int16_t *dequant_ptr = d->dequant; in vp8_regular_quantize_b_msa() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_sse2.c21 int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, in vp9_quantize_fp_sse2()
Dvp9_dct_ssse3.c29 int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, in vp9_fdct8x8_quant_ssse3()
Dvp9_dct_sse2.c191 int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, in vp9_fdct8x8_quant_sse2()