Searched defs:dqcoeff_ptr (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 17 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc() 43 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_dc() 67 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_dc_32x32() 97 tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_dc_32x32() 125 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_c() 177 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_c() 230 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vpx_quantize_b_32x32_c() 289 tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 27 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_c() 72 tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_c() 115 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_quantize_fp_32x32_c() 158 tran_low_t *dqcoeff_ptr, in vp9_highbd_quantize_fp_32x32_c()
|
D | vp9_dct.c | 568 tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, in vp9_fdct8x8_quant_c()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_dct_neon.c | 25 int16_t* qcoeff_ptr, int16_t* dqcoeff_ptr, in vp9_fdct8x8_quant_neon()
|
D | vp9_quantize_neon.c | 28 int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, in vp9_quantize_fp_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 26 tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_sse2() 112 tran_low_t *dqcoeff_ptr, in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_sse2.c | 46 tran_low_t* dqcoeff_ptr, const int16_t* dequant_ptr, in vpx_quantize_b_sse2()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 36 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_mmx() local
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 27 short *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_c() local 64 short *dqcoeff_ptr = d->dqcoeff; in vp8_regular_quantize_b_c() local
|
D | encodemb.c | 186 short *dqcoeff_ptr; in optimize_b() local
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 221 int16_t *dqcoeff_ptr = d->dqcoeff; in vp8_fast_quantize_b_msa() local 237 int16_t *dqcoeff_ptr = d->dqcoeff; in vp8_regular_quantize_b_msa() local
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 21 int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, in vp9_quantize_fp_sse2()
|
D | vp9_dct_ssse3.c | 29 int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, in vp9_fdct8x8_quant_ssse3()
|
D | vp9_dct_sse2.c | 191 int16_t* dqcoeff_ptr, const int16_t* dequant_ptr, in vp9_fdct8x8_quant_sse2()
|