Searched refs:round_ptr (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 26 const short *scan_mask, short *round_ptr, 33 short *round_ptr = b->round; in vp8_fast_quantize_b_mmx() local 46 round_ptr, in vp8_fast_quantize_b_mmx()
|
D | quantize_mmx.asm | 16 ; short *scan_mask, short *round_ptr, 49 mov rcx, arg(5) ;round_ptr
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | quantize.c | 29 short *round_ptr = b->round; in vp8_fast_quantize_b_c() local 52 x += round_ptr[rc]; in vp8_fast_quantize_b_c() 75 short *round_ptr = b->round; 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() 114 short *round_ptr = b->round; in vp8_regular_quantize_b_c() local 140 x += round_ptr[rc]; in vp8_regular_quantize_b_c() 226 short *round_ptr = b->round; in vp8_regular_quantize_b_c() local 251 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */ in vp8_regular_quantize_b_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 24 const int16_t *zbin_ptr, const int16_t *round_ptr, in vp9_quantize_b_c() argument 60 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX); in vp9_quantize_b_c() 76 const int16_t *zbin_ptr, const int16_t *round_ptr, in vp9_quantize_b_32x32_c() argument 114 abs_coeff += ROUND_POWER_OF_TWO(round_ptr[rc != 0], 1); in vp9_quantize_b_32x32_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | fastquantizeb_neon.asm | 44 vld1.s16 {q6, q7}, [r6@128] ; load round_ptr [0-15] 178 vld1.s16 {q14, q15}, [r5@128]; load round_ptr [0-15]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 709 …ptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *… 712 …ptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *…
|