Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dcommon_sse41.h29 OUT##1 = _mm_shuffle_epi8(*IN0, shuff1); \
32 OUT##4 = _mm_shuffle_epi8(*IN1, shuff1); \
49 const __m128i shuff1 = _mm_set_epi8( in VP8PlanarTo24b_SSE41() local
62 const __m128i shuff1 = _mm_set_epi8( in VP8PlanarTo24b_SSE41() local
73 const __m128i shuff1 = _mm_set_epi8( in VP8PlanarTo24b_SSE41() local
Dyuv_sse41.c274 const __m128i tmp1 = _mm_shuffle_epi8(A1, shuff1); \
277 const __m128i tmp4 = _mm_shuffle_epi8(A4, shuff1); \
303 const __m128i shuff1 = _mm_set_epi8( in RGB24PackedToPlanar_SSE41() local
313 const __m128i shuff1 = _mm_set_epi8( in RGB24PackedToPlanar_SSE41() local
323 const __m128i shuff1 = _mm_set_epi8( in RGB24PackedToPlanar_SSE41() local
550 const __m128i shuff1 = in RGBA32PackedToPlanar_16b_SSE41() local
553 const __m128i A1 = _mm_shuffle_epi8(in1, shuff1); in RGBA32PackedToPlanar_16b_SSE41()
555 const __m128i A3 = _mm_shuffle_epi8(in3, shuff1); in RGBA32PackedToPlanar_16b_SSE41()