Searched refs:quant_ptr (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 27 short *quant_ptr, short *dqcoeff_ptr); 34 short *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_mmx() local 47 quant_ptr, in vp8_fast_quantize_b_mmx()
|
D | quantize_mmx.asm | 17 ; short *quant_ptr, short *dqcoeff_ptr); 46 mov rdx, arg(6) ;quant_ptr
|
D | quantize_sse4.asm | 114 ; y = x * quant_ptr >> 16
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | quantize.c | 30 short *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_c() local 53 y = ((((x * quant_ptr[rc]) >> 16) + x) in vp8_fast_quantize_b_c() 76 short *quant_ptr = b->quant_fast; in vp8_fast_quantize_b_c() local 90 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */ in vp8_fast_quantize_b_c() 115 short *quant_ptr = b->quant; in vp8_regular_quantize_b_c() local 141 y = ((((x * quant_ptr[rc]) >> 16) + x) in vp8_regular_quantize_b_c() 169 short *quant_ptr; in vp8_strict_quantize_b_c() local 176 quant_ptr = b->quant; 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() 227 short *quant_ptr = b->quant; in vp8_regular_quantize_b_c() local [all …]
|
/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 61 tmp = ((((tmp * quant_ptr[rc != 0]) >> 16) + tmp) * in vp9_quantize_b_c() 77 const int16_t *quant_ptr, in vp9_quantize_b_32x32_c() argument 116 tmp = ((((abs_coeff * quant_ptr[rc != 0]) >> 16) + abs_coeff) * in vp9_quantize_b_32x32_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.asm | 45 vld1.s16 {q8, q9}, [r5@128] ; load quant_ptr [0-15] 179 vld1.s16 {q8, q9}, [r4@128] ; load quant_ptr [0-15]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 709 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *… 712 …lock, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *…
|