Searched refs:quant_shift_ptr (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_quantize.c25 const int16_t *quant_ptr, const int16_t *quant_shift_ptr,
62 quant_shift_ptr[rc != 0]) >> 16; // quantization
78 const int16_t *quant_shift_ptr,
117 quant_shift_ptr[rc != 0]) >> 15;
22 vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t count, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
74 vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dquantize.c31 unsigned char *quant_shift_ptr = b->quant_shift; local
54 * quant_shift_ptr[rc]) >> 16; /* quantize (x) */
116 short *quant_shift_ptr = b->quant_shift; local
142 * quant_shift_ptr[rc]) >> 16; /* quantize (x) */
170 short *quant_shift_ptr; local
177 quant_shift_ptr = b->quant_shift;
201 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >> 16;

Completed in 72 milliseconds