Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_quantize.c25 const int16_t *quant_ptr, const int16_t *quant_shift_ptr, in vp9_quantize_b_c() argument
62 quant_shift_ptr[rc != 0]) >> 16; // quantization in vp9_quantize_b_c()
78 const int16_t *quant_shift_ptr, in vp9_quantize_b_32x32_c() argument
117 quant_shift_ptr[rc != 0]) >> 15; in vp9_quantize_b_32x32_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dquantize.c31 unsigned char *quant_shift_ptr = b->quant_shift; in vp8_fast_quantize_b_c() local
54 * quant_shift_ptr[rc]) >> 16; /* quantize (x) */ in vp8_fast_quantize_b_c()
116 short *quant_shift_ptr = b->quant_shift; in vp8_regular_quantize_b_c() local
142 * quant_shift_ptr[rc]) >> 16; /* quantize (x) */ in vp8_regular_quantize_b_c()
170 short *quant_shift_ptr; in vp8_strict_quantize_b_c() local
177 quant_shift_ptr = b->quant_shift; in vp8_strict_quantize_b_c()
201 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >> 16; in vp8_strict_quantize_b_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_rtcd_defs.pl709 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qco…
712 …, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qco…