Searched refs:vs1 (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | h264chroma_template.c | 85 #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/ |
D | swscale_ppc_template.c | 33 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/ |
D | jquanti-altivec.c | 106 #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/ |
D | jquanti-altivec.c | 106 #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/ |
D | glcUniformBlockTests.cpp | 589 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/ |
D | muxers.texi | 738 @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/ |
D | es31cShaderStorageBufferObjectTests.cpp | 4961 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/ |
D | gl4cShaderStorageBufferObjectTests.cpp | 5219 std::string vs1("buffer Buf { float x; };\n" in Run() local 5228 if (Link(vs1, fs1)) in Run()
|