Searched defs:quant_shift_ptr (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_avx.c | 25 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_avx() 155 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_32x32_avx()
|
D | quantize_ssse3.c | 22 const int16_t *quant_shift_ptr, in vpx_quantize_b_ssse3() 122 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_32x32_ssse3()
|
D | highbd_quantize_intrin_sse2.c | 23 const int16_t *quant_shift_ptr, in vpx_highbd_quantize_b_sse2() 98 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_b_32x32_sse2()
|
D | quantize_sse2.c | 23 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_sse2()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 120 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_c() 171 const int16_t *quant_shift_ptr, in vpx_highbd_quantize_b_c() 220 const int16_t *quant_shift_ptr, in vpx_quantize_b_32x32_c() 274 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_highbd_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp8/encoder/mips/mmi/ |
D | vp8_quantize_mmi.c | 209 const int16_t *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_mmi() local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 21 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_neon() 156 const int16_t *quant_shift_ptr, tran_low_t *qcoeff_ptr, in vpx_quantize_b_32x32_neon()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_quantize.c | 57 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 | 202 int16_t *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_msa() local
|