Home
last modified time | relevance | path

Searched refs:vs1 (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
Dh264chroma_template.c85 #define GET_VSRC(vs0, vs1, off, b, perm0, perm1, s){ \ argument
95 vs1 = vsrcDuc; \
97 vs1 = vec_perm(vsrcCuc, vsrcDuc, perm1); \
105 #define GET_VSRC(vs0, vs1, off, b, perm0, perm1, s){ \ argument
107 vs1 = vec_vsx_ld(off + 1, s); \
/third_party/ffmpeg/libswscale/ppc/
Dswscale_ppc_template.c33 vector unsigned short vs1, vs2; in FUNC() local
62 vs1 = vec_packsu(vo1, vo2); in FUNC()
64 vf = vec_packsu(vs1, vs2); in FUNC()
/third_party/libjpeg-turbo/simd/powerpc/
Djquanti-altivec.c106 #define MULTIPLY(vs0, vs1, out) { \ argument
108 (__vector unsigned short)vs1); \
110 (__vector unsigned short)vs1); \
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djquanti-altivec.c106 #define MULTIPLY(vs0, vs1, out) { \ argument
108 (__vector unsigned short)vs1); \
110 (__vector unsigned short)vs1); \
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockTests.cpp589 std::string vs1("layout (std140) uniform Data { lowp float x; } myData;\n" in iterate() local
612 if (!Link(vs1, fs1) || !Link(vs2, fs2)) in iterate()
694 std::string vs1("precision highp float;\n" in iterate() local
707 if (!Test(vs1, fs1, GL_FALSE)) in iterate()
/third_party/ffmpeg/doc/
Dmuxers.texi738 @file{vs1/file_000.ts}, @file{vs1/file_001.ts}, @file{vs1/file_002.ts}, etc.
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderStorageBufferObjectTests.cpp4961 std::string vs1("buffer Buf { float x; };\n" in Run() local
4970 if (Link(vs1, fs1)) in Run()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderStorageBufferObjectTests.cpp5219 std::string vs1("buffer Buf { float x; };\n" in Run() local
5228 if (Link(vs1, fs1)) in Run()