Searched defs:perm2 (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_sse41.c | 35 const __m128i perm2 = _mm_setr_epi8(-1, 2, -1, -1, -1, 6, -1, -1, in TransformColorInverse_SSE41() local 86 const __m128i perm2 = _mm_shuffle_epi32(perm0, 0x4e); in ConvertBGRAToRGB_SSE41() local 104 const __m128i perm2 = _mm_shuffle_epi32(perm0, 0x4e); in ConvertBGRAToBGR_SSE41() local
|
/third_party/ffmpeg/libavcodec/x86/ |
D | fft.asm | 68 perm2: dd 0x00, 0x01, 0x02, 0x03, 0x01, 0x00, 0x02, 0x03 define
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | me_cmp.c | 63 vector unsigned char perm1, perm2, pix2v, pix2iv; in sad16_x2_altivec() local 160 vector unsigned char perm1, perm2, pix2v, pix2iv; in sad16_xy2_altivec() local
|