Searched refs:shuff1 (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | common_sse41.h | 29 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
|
D | yuv_sse41.c | 274 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()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | common_sse41.h | 29 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
|
D | yuv_sse41.c | 274 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()
|