Home
last modified time | relevance | path

Searched defs:U0 (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse41.c30 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
Dyuv_sse2.c30 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/
Dyuv_sse41.c30 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
Dyuv_sse2.c30 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/
Dj1.c137 static const double U0[5] = { variable
Dj1f.c87 static const float U0[5] = { variable
/third_party/musl/src/math/
Dj1.c137 static const double U0[5] = { variable
Dj1f.c87 static const float U0[5] = { variable
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_tools_enc.c208 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/
Dpicture_tools_enc.c203 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF); in WebPBlendAlpha() local
/third_party/ffmpeg/libswscale/ppc/
Dyuv2rgb_altivec.c647 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/
DX86ISelDAGToDAG.cpp685 SDValue U0 = U->getOperand(0); in IsProfitableToFold() local
/third_party/mesa3d/src/imgui/
Dimgui.h1943 float U0, V0, U1, V1; // Texture coordinates member
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1934 float U0, V0, U1, V1; // Texture coordinates member
/third_party/skia/third_party/externals/imgui/
Dimgui.h2576 float U0, V0, U1, V1; // Texture coordinates member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.c5598 guint16 Y0 = 0, Y1 = 0, Y2 = 0, Y3 = 0, U0, V0 = 0, U1 = 0, V1 = 0; in pack_NV12_10LE40() local