Searched refs:step3_6 (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 | 1117 __m128i step3_4, step3_5, step3_6, step3_7; in vp9_fdct16x16_avx2() local 1404 step3_6 = _mm_add_epi16(step1_6, step2_5); 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 | 1218 __m128i step3_4, step3_5, step3_6, step3_7; in vp9_fdct16x16_sse2() local 1505 step3_6 = _mm_add_epi16(step1_6, step2_5); 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()
|