Home
last modified time | relevance | path

Searched defs:quant_shift_ptr (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c68 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in vp9_quantize_fp_c()
112 const int16_t *quant_shift_ptr, in vp9_quantize_fp_32x32_c()
152 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in vp9_quantize_b_c()
206 const int16_t *quant_shift_ptr, in vp9_quantize_b_32x32_c()
/external/libvpx/libvpx/vp8/encoder/
Dquantize.c31 unsigned char *quant_shift_ptr = b->quant_shift; in vp8_fast_quantize_b_c() local
116 short *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_c() local
170 short *quant_shift_ptr; in vp8_strict_quantize_b_c() local
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c27 const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, in vp9_quantize_fp_neon()