Searched defs:quant_shift_ptr (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 26 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in vp9_quantize_fp_c() 70 const int16_t *quant_shift_ptr, in vp9_highbd_quantize_fp_c() 114 const int16_t *quant_shift_ptr, in vp9_quantize_fp_32x32_c() 156 const int16_t *quant_shift_ptr, in vp9_highbd_quantize_fp_32x32_c()
|
D | vp9_dct.c | 567 const int16_t *quant_shift_ptr, in vp9_fdct8x8_quant_c()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_dct_neon.c | 24 const int16_t* quant_shift_ptr, in vp9_fdct8x8_quant_neon()
|
D | vp9_quantize_neon.c | 27 const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, in vp9_quantize_fp_neon()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_quantize_intrin_sse2.c | 24 const int16_t *quant_shift_ptr, in vpx_highbd_quantize_b_sse2() 110 const int16_t *quant_shift_ptr, in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_sse2.c | 20 const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, in vpx_quantize_b_sse2()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 124 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in vpx_quantize_b_c() 176 const int16_t *quant_shift_ptr, in vpx_highbd_quantize_b_c() 229 const int16_t *quant_shift_ptr, in vpx_quantize_b_32x32_c() 287 const int16_t *quant_shift_ptr, in vpx_highbd_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_sse2.c | 20 const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, in vp9_quantize_fp_sse2()
|
D | vp9_dct_ssse3.c | 27 const int16_t* quant_shift_ptr, in vp9_fdct8x8_quant_ssse3()
|
D | vp9_dct_sse2.c | 190 const int16_t* quant_shift_ptr, int16_t* qcoeff_ptr, in vp9_fdct8x8_quant_sse2()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 62 short *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_c() local
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 235 int16_t *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_msa() local
|