Home | History | Annotate | Download | only in x86

Lines Matching defs:temp4

105     __m128i temp1, temp2, temp3, temp4;
127 temp4 = _mm_unpacklo_epi16(lineg, lineh);
130 p0_uv_8x16 = _mm_unpacklo_epi32(temp3, temp4);
132 q1_uv_8x16 = _mm_unpackhi_epi32(temp3, temp4);
221 temp4 = _mm_unpackhi_epi16(q0_uv_16x8, q1_uv_16x8);
227 linee = _mm_unpacklo_epi32(temp2, temp4);
229 lineg = _mm_unpackhi_epi32(temp2, temp4);
442 __m128i temp1, temp2, temp3, temp4;
476 temp4 = _mm_unpacklo_epi16(lineg, lineh);
479 p0_uv_8x16 = _mm_unpacklo_epi32(temp3, temp4);
481 q1_uv_8x16 = _mm_unpackhi_epi32(temp3, temp4);
589 temp4 = _mm_unpackhi_epi16(q0_uv_16x8, q1_uv_16x8);
595 linee = _mm_unpacklo_epi32(temp2, temp4);
597 lineg = _mm_unpackhi_epi32(temp2, temp4);