Home | History | Annotate | Download | only in x86

Lines Matching defs:res1

85     const __m128i res1 = _mm_packs_epi32(w4, w6);
88 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1);
89 const __m128i tr0_1 = _mm_unpackhi_epi16(res0, res1);
319 __m128i res0, res1, res2, res3, res4, res5, res6, res7;
429 res1 = _mm_packs_epi32(w0, w1);
444 const __m128i tr0_0 = _mm_unpacklo_epi16(res0, res1);
446 const __m128i tr0_2 = _mm_unpackhi_epi16(res0, res1);
1718 static INLINE void array_transpose_16x16_avx2(__m128i *res0, __m128i *res1) {
1721 array_transpose_8x8_avx2(res1, tbuf);
1722 array_transpose_8x8_avx2(res0 + 8, res1);
1723 array_transpose_8x8_avx2(res1 + 8, res1 + 8);
1735 static INLINE void right_shift_16x16_avx2(__m128i *res0, __m128i *res1) {
1739 right_shift_8x8_avx2(res1, 2);
1740 right_shift_8x8_avx2(res1 + 8, 2);