Searched refs:eight (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | variance_impl_mmx.asm | 97 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 bytes to mm0 [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_variance_impl_mmx.asm | 97 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 bytes to mm0 [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_loopfilter_intrin_avx2.c | 177 const __m128i eight = _mm_set1_epi16(8); in mb_lpf_horizontal_edge_w_avx2_8() local 214 pixelFilter_p = _mm_add_epi16(eight, in mb_lpf_horizontal_edge_w_avx2_8() 567 const __m256i eight = _mm256_set1_epi16(8); in mb_lpf_horizontal_edge_w_avx2_16() local 606 pixelFilter_p = _mm256_add_epi16(eight, in mb_lpf_horizontal_edge_w_avx2_16()
|
D | vp9_loopfilter_intrin_sse2.c | 170 const __m128i eight = _mm_set1_epi16(8); in mb_lpf_horizontal_edge_w_sse2_8() local 205 pixelFilter_p = _mm_add_epi16(eight, _mm_add_epi16(pixelFilter_p, in mb_lpf_horizontal_edge_w_sse2_8() 566 const __m128i eight = _mm_set1_epi16(8); in mb_lpf_horizontal_edge_w_sse2_16() local 620 c = _mm_add_epi16(_mm_add_epi16(p5, eight), c); in mb_lpf_horizontal_edge_w_sse2_16()
|
D | vp9_idct_intrin_sse2.c | 30 const __m128i eight = _mm_set1_epi16(8); in vp9_idct4x4_16_add_sse2() local 125 input2 = _mm_add_epi16(input2, eight); in vp9_idct4x4_16_add_sse2() 126 input3 = _mm_add_epi16(input3, eight); in vp9_idct4x4_16_add_sse2() 272 const __m128i eight = _mm_set1_epi16(8); in vp9_iht4x4_16_add_sse2() local 300 in[0] = _mm_add_epi16(in[0], eight); in vp9_iht4x4_16_add_sse2() 301 in[1] = _mm_add_epi16(in[1], eight); in vp9_iht4x4_16_add_sse2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct32x32_add_neon.asm | 313 ; The 1d transform is done by looping over bands of eight columns (the 1271 ; removing/adding dest_stride * 8. The actual increment by eight
|