Searched refs:rounding (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 35 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 …]
|
D | vp9_subpixel_bilinear_ssse3.asm | 24 movq xmm2, rcx ;rounding 36 paddsw xmm0, xmm2 ;rounding 62 movq xmm6, rcx ;rounding 74 paddsw xmm0, xmm6 ;rounding 95 paddsw xmm0, xmm6 ;rounding
|
D | vp9_subpixel_bilinear_sse2.asm | 25 movq xmm3, rcx ;rounding 45 paddsw xmm0, xmm3 ;rounding 73 movq xmm4, rcx ;rounding 90 paddsw xmm0, xmm4 ;rounding 118 paddsw xmm0, xmm4 ;rounding
|
D | vp9_subpixel_8t_sse2.asm | 77 paddsw xmm0, krd ;rounding 124 movdqa krd, xmm6 ;rounding 169 paddsw xmm0, krd ;rounding
|
D | vp9_subpixel_8t_ssse3.asm | 572 pshufd xmm5, xmm5, 0 ;rounding
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | shortidct4x4llm_neon.asm | 31 ; static const int rounding = 0;
|
D | idct_dequant_full_2x_neon.asm | 145 ; +4 >> 3 (rounding)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_temporal_filter_apply_sse2.asm | 49 ; calculate the rounding bit outside the loop
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | temporal_filter_apply_sse2.asm | 49 ; calculate the rounding bit outside the loop
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | quantize.c | 187 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/ |
D | filter_altivec.asm | 406 ;# 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/ |
D | filter_v6.asm | 394 mov r4, #0x40 ; rounding factor (for smlad{x})
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | variance_impl_sse2.asm | 431 lea rsi, [GLOBAL(xmm_bi_rd)] ; rounding
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 536 Normalize quantizer's zero bin and rounding factors
|