/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv_sse41.c | 30 const __m128i* const U0, in ConvertYUV444ToRGB_SSE41() 88 const __m128i Y0 = Load_HI_16_SSE41(y), U0 = Load_HI_16_SSE41(u), in YUV444ToRGB_SSE41() local 99 const __m128i Y0 = Load_HI_16_SSE41(y), U0 = Load_UV_HI_8_SSE41(u), in YUV420ToRGB_SSE41() local 510 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE41() local 576 __m128i r, g, b, U0, V0, U1, V1; in ConvertRGBA32ToUV_SSE41() local
|
D | yuv_sse2.c | 30 const __m128i* const U0, in ConvertYUV444ToRGB_SSE2() 88 const __m128i Y0 = Load_HI_16_SSE2(y), U0 = Load_HI_16_SSE2(u), in YUV444ToRGB_SSE2() local 99 const __m128i Y0 = Load_HI_16_SSE2(y), U0 = Load_UV_HI_8_SSE2(u), in YUV420ToRGB_SSE2() local 664 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE2() local 720 __m128i r, g, b, U0, V0, U1, V1; in ConvertRGBA32ToUV_SSE2() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv_sse41.c | 30 const __m128i* const U0, in ConvertYUV444ToRGB_SSE41() 88 const __m128i Y0 = Load_HI_16_SSE41(y), U0 = Load_HI_16_SSE41(u), in YUV444ToRGB_SSE41() local 99 const __m128i Y0 = Load_HI_16_SSE41(y), U0 = Load_UV_HI_8_SSE41(u), in YUV420ToRGB_SSE41() local 510 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE41() local 576 __m128i r, g, b, U0, V0, U1, V1; in ConvertRGBA32ToUV_SSE41() local
|
D | yuv_sse2.c | 30 const __m128i* const U0, in ConvertYUV444ToRGB_SSE2() 88 const __m128i Y0 = Load_HI_16_SSE2(y), U0 = Load_HI_16_SSE2(u), in YUV444ToRGB_SSE2() local 99 const __m128i Y0 = Load_HI_16_SSE2(y), U0 = Load_UV_HI_8_SSE2(u), in YUV420ToRGB_SSE2() local 664 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE2() local 720 __m128i r, g, b, U0, V0, U1, V1; in ConvertRGBA32ToUV_SSE2() local
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | j1.c | 137 static const double U0[5] = { variable
|
D | j1f.c | 87 static const float U0[5] = { variable
|
/third_party/musl/src/math/ |
D | j1.c | 137 static const double U0[5] = { variable
|
D | j1f.c | 87 static const float U0[5] = { variable
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | picture_tools_enc.c | 208 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); in WebPBlendAlpha() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_tools_enc.c | 203 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); in WebPBlendAlpha() local
|
/third_party/ffmpeg/libswscale/ppc/ |
D | yuv2rgb_altivec.c | 647 vector signed short X, X0, X1, Y0, U0, V0, Y1, U1, V1, U, V; in yuv2packedX_altivec() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 685 SDValue U0 = U->getOperand(0); in IsProfitableToFold() local
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1943 float U0, V0, U1, V1; // Texture coordinates member
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 1934 float U0, V0, U1, V1; // Texture coordinates member
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 2576 float U0, V0, U1, V1; // Texture coordinates member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-format.c | 5598 guint16 Y0 = 0, Y1 = 0, Y2 = 0, Y3 = 0, U0, V0 = 0, U1 = 0, V1 = 0; in pack_NV12_10LE40() local
|