Searched refs:step3_1 (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_dct_avx2.c | 1116 __m128i step3_0, step3_1, step3_2, step3_3; in vp9_fdct16x16_avx2() local 1399 step3_1 = _mm_add_epi16(step1_1, step2_2); in vp9_fdct16x16_avx2() 1409 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); in vp9_fdct16x16_avx2() 1410 const __m128i t1 = _mm_unpackhi_epi16(step3_1, step3_6); in vp9_fdct16x16_avx2() 1431 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); in vp9_fdct16x16_avx2() 1432 const __m128i t1 = _mm_unpackhi_epi16(step3_1, step3_6); in vp9_fdct16x16_avx2()
|
D | vp9_dct_sse2.c | 1217 __m128i step3_0, step3_1, step3_2, step3_3; in vp9_fdct16x16_sse2() local 1500 step3_1 = _mm_add_epi16(step1_1, step2_2); in vp9_fdct16x16_sse2() 1510 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); in vp9_fdct16x16_sse2() 1511 const __m128i t1 = _mm_unpackhi_epi16(step3_1, step3_6); in vp9_fdct16x16_sse2() 1532 const __m128i t0 = _mm_unpacklo_epi16(step3_1, step3_6); in vp9_fdct16x16_sse2() 1533 const __m128i t1 = _mm_unpackhi_epi16(step3_1, step3_6); in vp9_fdct16x16_sse2()
|