Home
last modified time | relevance | path

Searched refs:rounding (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c35 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct4x4_16_add_sse2() local
59 input0 = _mm_add_epi32(input0, rounding); in vp9_idct4x4_16_add_sse2()
60 input1 = _mm_add_epi32(input1, rounding); in vp9_idct4x4_16_add_sse2()
61 input2 = _mm_add_epi32(input2, rounding); in vp9_idct4x4_16_add_sse2()
62 input3 = _mm_add_epi32(input3, rounding); in vp9_idct4x4_16_add_sse2()
98 input0 = _mm_add_epi32(input0, rounding); in vp9_idct4x4_16_add_sse2()
99 input1 = _mm_add_epi32(input1, rounding); in vp9_idct4x4_16_add_sse2()
100 input2 = _mm_add_epi32(input2, rounding); in vp9_idct4x4_16_add_sse2()
101 input3 = _mm_add_epi32(input3, rounding); in vp9_idct4x4_16_add_sse2()
413 tmp0 = _mm_add_epi32(tmp0, rounding); \
[all …]
Dvp9_subpixel_bilinear_ssse3.asm24 movq xmm2, rcx ;rounding
36 paddsw xmm0, xmm2 ;rounding
62 movq xmm6, rcx ;rounding
74 paddsw xmm0, xmm6 ;rounding
95 paddsw xmm0, xmm6 ;rounding
Dvp9_subpixel_bilinear_sse2.asm25 movq xmm3, rcx ;rounding
45 paddsw xmm0, xmm3 ;rounding
73 movq xmm4, rcx ;rounding
90 paddsw xmm0, xmm4 ;rounding
118 paddsw xmm0, xmm4 ;rounding
Dvp9_subpixel_8t_sse2.asm77 paddsw xmm0, krd ;rounding
124 movdqa krd, xmm6 ;rounding
169 paddsw xmm0, krd ;rounding
Dvp9_subpixel_8t_ssse3.asm572 pshufd xmm5, xmm5, 0 ;rounding
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dshortidct4x4llm_neon.asm31 ; static const int rounding = 0;
Didct_dequant_full_2x_neon.asm145 ; +4 >> 3 (rounding)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_temporal_filter_apply_sse2.asm49 ; calculate the rounding bit outside the loop
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dtemporal_filter_apply_sse2.asm49 ; calculate the rounding bit outside the loop
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dquantize.c187 int rounding; in vp8_strict_quantize_b_c() local
193 rounding = dq >> 1; in vp8_strict_quantize_b_c()
197 x += rounding; in vp8_strict_quantize_b_c()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dfilter_altivec.asm406 ;# rounding added in on the multiply
831 ;# rounding added in on the multiply
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dfilter_v6.asm394 mov r4, #0x40 ; rounding factor (for smlad{x})
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dvariance_impl_sse2.asm431 lea rsi, [GLOBAL(xmm_bi_rd)] ; rounding
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
DCHANGELOG536 Normalize quantizer's zero bin and rounding factors