Searched refs:quant_shift_ptr (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 25 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/ |
D | quantize.c | 31 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/ |
D | vp9_rtcd_defs.pl | 709 …, 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…
|