Searched refs:eight (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_variance_impl_mmx.asm97 movq mm0, [rax] ; Copy eight bytes to mm0
98 movq mm1, [rbx] ; Copy eight bytes to mm1
116 movq mm1, [rbx] ; Copy eight bytes to mm1
122 movq mm0, [rax] ; Copy eight bytes to mm0
140 movq mm1, [rbx] ; Copy eight bytes to mm1
145 movq mm0, [rax] ; Copy eight bytes to mm0
163 movq mm1, [rbx] ; Copy eight bytes to mm1
168 movq mm0, [rax] ; Copy eight bytes to mm0
186 movq mm1, [rbx] ; Copy eight bytes to mm1
191 movq mm0, [rax] ; Copy eight byte
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dvariance_impl_mmx.asm97 movq mm0, [rax] ; Copy eight bytes to mm0
98 movq mm1, [rbx] ; Copy eight bytes to mm1
116 movq mm1, [rbx] ; Copy eight bytes to mm1
122 movq mm0, [rax] ; Copy eight bytes to mm0
140 movq mm1, [rbx] ; Copy eight bytes to mm1
145 movq mm0, [rax] ; Copy eight bytes to mm0
163 movq mm1, [rbx] ; Copy eight bytes to mm1
168 movq mm0, [rax] ; Copy eight bytes to mm0
186 movq mm1, [rbx] ; Copy eight bytes to mm1
191 movq mm0, [rax] ; Copy eight byte
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_avx2.c177 const __m128i eight = _mm_set1_epi16(8); local
214 pixelFilter_p = _mm_add_epi16(eight,
567 const __m256i eight = _mm256_set1_epi16(8); local
606 pixelFilter_p = _mm256_add_epi16(eight,
H A Dvp9_loopfilter_intrin_sse2.c170 const __m128i eight = _mm_set1_epi16(8); local
205 pixelFilter_p = _mm_add_epi16(eight, _mm_add_epi16(pixelFilter_p,
566 const __m128i eight = _mm_set1_epi16(8); local
620 c = _mm_add_epi16(_mm_add_epi16(p5, eight), c);
H A Dvp9_idct_intrin_sse2.c30 const __m128i eight = _mm_set1_epi16(8); local
125 input2 = _mm_add_epi16(input2, eight);
126 input3 = _mm_add_epi16(input3, eight);
272 const __m128i eight = _mm_set1_epi16(8); local
300 in[0] = _mm_add_epi16(in[0], eight);
301 in[1] = _mm_add_epi16(in[1], eight);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm313 ; The 1d transform is done by looping over bands of eight columns (the
1271 ; removing/adding dest_stride * 8. The actual increment by eight

Completed in 2896 milliseconds