Searched refs:step3_2 (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c1116 __m128i step3_0, step3_1, step3_2, step3_3; local
1400 step3_2 = _mm_sub_epi16(step1_1, step2_2);
1411 const __m128i t2 = _mm_unpacklo_epi16(step3_2, step3_5);
1412 const __m128i t3 = _mm_unpackhi_epi16(step3_2, step3_5);
1433 const __m128i t2 = _mm_unpacklo_epi16(step3_2, step3_5);
1434 const __m128i t3 = _mm_unpackhi_epi16(step3_2, step3_5);
H A Dvp9_dct_sse2.c1217 __m128i step3_0, step3_1, step3_2, step3_3; local
1501 step3_2 = _mm_sub_epi16(step1_1, step2_2);
1512 const __m128i t2 = _mm_unpacklo_epi16(step3_2, step3_5);
1513 const __m128i t3 = _mm_unpackhi_epi16(step3_2, step3_5);
1534 const __m128i t2 = _mm_unpacklo_epi16(step3_2, step3_5);
1535 const __m128i t3 = _mm_unpackhi_epi16(step3_2, step3_5);

Completed in 83 milliseconds