Searched refs:four (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_avx2.c178 const __m128i four = _mm_set1_epi16(4); local
216 pixetFilter_p2p1p0 = _mm_add_epi16(four,
568 const __m256i four = _mm256_set1_epi16(4); local
609 pixetFilter_p2p1p0 = _mm256_add_epi16(four,
H A Dvp9_loopfilter_intrin_sse2.c171 const __m128i four = _mm_set1_epi16(4); local
207 pixetFilter_p2p1p0 = _mm_add_epi16(four,
567 const __m128i four = _mm_set1_epi16(4); local
612 b = _mm_add_epi16(_mm_add_epi16(p3, four), _mm_add_epi16(p3, p2));
940 const __m128i four = _mm_set1_epi16(4); local
954 workp_a = _mm_add_epi16(_mm_add_epi16(workp_a, four), p0);
1173 const __m128i four = _mm_set1_epi16(4); local
1189 workp_a = _mm_add_epi16(_mm_add_epi16(workp_a, four), p0);
H A Dvp9_postproc_mmx.asm235 mov DWORD PTR [rdi+rdx-4], eax ; store previous four bytes
H A Dvp9_postproc_sse2.asm217 movq QWORD PTR [rdi+rdx-8], mm0 ; store previous four bytes
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
H A Dfdct_altivec.asm80 vspltw v8, \Ceven, 0 ;# v8 = c00 c10 or c02 c12 four times
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm274 ; (used) four for intermediate (q8-q11)
280 ; (used) two for results, well four d registers
315 ; is done on demand, one band of four 8x8 matrices at a time. The four
444 ; final coefficients are cut into four blocks:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm34 ;# memory beginning at address zero. The low four bits 0...3 of the
173 ;# In other words, we transpose each of the four 4x4 submatrices.

Completed in 386 milliseconds