Home
last modified time | relevance | path

Searched defs:perm1 (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_sse41.c33 const __m128i perm1 = _mm_setr_epi8(-1, 1, -1, 1, -1, 5, -1, 5, in TransformColorInverse_SSE41() local
85 const __m128i perm1 = _mm_shuffle_epi32(perm0, 0x39); in ConvertBGRAToRGB_SSE41() local
103 const __m128i perm1 = _mm_shuffle_epi32(perm0, 0x39); in ConvertBGRAToBGR_SSE41() local
/third_party/ffmpeg/libavcodec/ppc/
Dh264chroma_template.c85 #define GET_VSRC(vs0, vs1, off, b, perm0, perm1, s){ \ argument
105 #define GET_VSRC(vs0, vs1, off, b, perm0, perm1, s){ \ argument
Didctdsp.c206 vec_u8 perm1; in idct_add_altivec() local
Dme_cmp.c63 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
Dvc1dsp_altivec.c250 vector unsigned char perm0, perm1, p0, p1, p; in vc1_inv_trans_8x4_altivec() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dinsert_format_transform_op.cc51 std::vector<int64_t> perm1 = {0, 2, 3, 1}; in IsFakeTranspose() local
/third_party/ffmpeg/libavcodec/x86/
Dfft.asm67 perm1: dd 0x00, 0x02, 0x03, 0x01, 0x03, 0x00, 0x02, 0x01 define
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa_avx.cpp838 …const simd16scalari perm1 = _simd16_set_epi32(14, 11, 8, 5, 2, 15, 12, 9, 6, 3, 0, 13, 10, 7, 4,… in PaTriList2_simd16() local
1169 …simd16scalar perm1 = _simd16_permute2f128_ps(tempb, tempb, 0x39); // (0 3 2 1) = 00 11 10 01 // b4… in PaTriStrip1_simd16() local