Home
last modified time | relevance | path

Searched refs:shifted1 (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Ddsp_sse2.c206 const __m128i shifted1 = _mm_srai_epi16(tmp1, 3); in ITransformSSE2() local
215 const __m128i transpose0_0 = _mm_unpacklo_epi16(shifted0, shifted1); in ITransformSSE2()
217 const __m128i transpose0_2 = _mm_unpackhi_epi16(shifted0, shifted1); in ITransformSSE2()
/external/webp/src/dec/
Ddsp_sse2.c158 const __m128i shifted1 = _mm_srai_epi16(tmp1, 3); in TransformSSE2() local
167 const __m128i transpose0_0 = _mm_unpacklo_epi16(shifted0, shifted1); in TransformSSE2()
169 const __m128i transpose0_2 = _mm_unpackhi_epi16(shifted0, shifted1); in TransformSSE2()