Home
last modified time | relevance | path

Searched defs:Y1 (Results 1 – 25 of 34) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DforwardRefInEnum.ts8 Y1 = E1["Z"] enumerator
DconstEnumErrors.ts16 Y1 = E1["Z"] enumerator
DintersectionTypeNormalization.ts19 type Y1 = (A | X & Y) & (C | D); alias
/third_party/skia/src/core/
DSkLineClipper.cpp40 double Y1 = src[1].fY; in sect_with_horizontal() local
61 double Y1 = src[1].fY; in sect_with_vertical() local
/third_party/flutter/skia/src/core/
DSkLineClipper.cpp40 double Y1 = src[1].fY; in sect_with_horizontal() local
61 double Y1 = src[1].fY; in sect_with_vertical() local
/third_party/ffmpeg/libavcodec/mips/
Dsbrdsp_mips.c711 float *Y1=&Y[m][0]; in sbr_hf_apply_noise_0_mips() local
759 float *Y1=&Y[m][0]; in sbr_hf_apply_noise_1_mips() local
805 float *Y1=&Y[m][0]; in sbr_hf_apply_noise_2_mips() local
849 float *Y1=&Y[m][0]; in sbr_hf_apply_noise_3_mips() local
/third_party/ffmpeg/libswscale/
Doutput.c561 int Y1 = 1 << 18; in yuv2mono_X_c_template() local
746 #define output_pixels(pos, Y1, U, Y2, V) \ argument
776 int Y1 = 1 << 18; in yuv2422_X_c_template() local
820 int Y1 = (buf0[i * 2] * yalpha1 + buf1[i * 2] * yalpha) >> 19; in yuv2422_2_c_template() local
847 int Y1 = (buf0[i * 2 ]+64) >> 7; in yuv2422_1_c_template() local
864 int Y1 = (buf0[i * 2 ] + 64) >> 7; in yuv2422_1_c_template() local
1005 int Y1 = -0x40000000; in yuv2rgba64_X_c_template() local
1095 int Y1 = (buf0[i * 2] * yalpha1 + buf1[i * 2] * yalpha) >> 14; in yuv2rgba64_2_c_template() local
1151 int Y1 = (buf0[i * 2] ) >> 2; in yuv2rgba64_1_c_template() local
1197 int Y1 = (buf0[i * 2] ) >> 2; in yuv2rgba64_1_c_template() local
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse41.c45 const __m128i Y1 = _mm_mulhi_epu16(*Y0, k19077); in ConvertYUV444ToRGB_SSE41() local
419 __m128i r, g, b, Y0, Y1; in ConvertRGB24ToY_SSE41() local
453 __m128i r, g, b, Y0, Y1; in ConvertBGR24ToY_SSE41() local
480 __m128i Y0, Y1, rgb[6]; in ConvertARGBToY_SSE41() local
Dyuv_sse2.c45 const __m128i Y1 = _mm_mulhi_epu16(*Y0, k19077); in ConvertYUV444ToRGB_SSE2() local
573 __m128i r, g, b, Y0, Y1; in ConvertRGB24ToY_SSE2() local
607 __m128i r, g, b, Y0, Y1; in ConvertBGR24ToY_SSE2() local
634 __m128i Y0, Y1, rgb[6]; in ConvertARGBToY_SSE2() local
Dyuv_neon.c43 const uint16x8_t Y1 = vcombine_u16(vrshrn_n_u32(tmp2_lo, 16), in ConvertRGBToY_NEON() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse41.c45 const __m128i Y1 = _mm_mulhi_epu16(*Y0, k19077); in ConvertYUV444ToRGB_SSE41() local
419 __m128i r, g, b, Y0, Y1; in ConvertRGB24ToY_SSE41() local
453 __m128i r, g, b, Y0, Y1; in ConvertBGR24ToY_SSE41() local
480 __m128i Y0, Y1, rgb[6]; in ConvertARGBToY_SSE41() local
Dyuv_sse2.c45 const __m128i Y1 = _mm_mulhi_epu16(*Y0, k19077); in ConvertYUV444ToRGB_SSE2() local
573 __m128i r, g, b, Y0, Y1; in ConvertRGB24ToY_SSE2() local
607 __m128i r, g, b, Y0, Y1; in ConvertBGR24ToY_SSE2() local
634 __m128i Y0, Y1, rgb[6]; in ConvertARGBToY_SSE2() local
Dyuv_neon.c43 const uint16x8_t Y1 = vcombine_u16(vrshrn_n_u32(tmp2_lo, 16), in ConvertRGBToY_NEON() local
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c1012 #define PACKED_422_FILL_CHECKER_C(name, Y1, U, Y2, V) \ argument
1042 #define PACKED_422_FILL_COLOR(name, Y1, U, Y2, V) \ argument
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c884 #define PACKED_422_FILL_CHECKER_C(name, Y1, U, Y2, V) \ argument
913 #define PACKED_422_FILL_COLOR(name, Y1, U, Y2, V) \ argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp328 Int Y1 = *Pointer<Int>(v1 + OFFSET(Vertex,Y)); in generate() local
571 Int Y1 = IfThenElse(swap, Yb, Ya); in edge() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp314 Int Y1 = *Pointer<Int>(v1 + OFFSET(Vertex, projected.y)); in generate() local
576 Int Y1 = IfThenElse(swap, Yb, Ya); in edge() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_rect.c317 SDL_IntersectRectAndLine(const SDL_Rect * rect, int *X1, int *Y1, int *X2, in SDL_IntersectRectAndLine()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.c766 guint Y0, Y1, U, V; in unpack_Y210() local
840 guint16 Y0, Y1, U, V; in pack_Y210() local
3553 guint16 Y0, Y1, U, V; in pack_I420_10LE() local
3637 guint16 Y0, Y1, U, V; in pack_I420_10BE() local
3719 guint16 Y0, Y1, U, V; in pack_I422_10LE() local
3794 guint16 Y0, Y1, U, V; in pack_I422_10BE() local
3987 guint16 Y0, Y1, U, V; in pack_I420_12LE() local
4071 guint16 Y0, Y1, U, V; in pack_I420_12BE() local
4153 guint16 Y0, Y1, U, V; in pack_I422_12LE() local
4228 guint16 Y0, Y1, U, V; in pack_I422_12BE() local
[all …]
/third_party/ffmpeg/libavcodec/
Dulti.c121 int f0, int f1, int Y0, int Y1, int chroma) in ulti_pattern()
Ddxtory.c130 uint8_t *Y1, *Y2, *Y3, *Y4, *U, *V; in dxtory_decode_v1_410() local
226 uint8_t *Y1, *Y2, *U, *V; in dxtory_decode_v1_420() local
/third_party/mbedtls/library/
Daes.c789 #define AES_FROUND(X0,X1,X2,X3,Y0,Y1,Y2,Y3) \ argument
813 #define AES_RROUND(X0,X1,X2,X3,Y0,Y1,Y2,Y3) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp525 TargetInstrInfo::RegSubRegPair X1, Y1; in matchSwap() 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/src/Renderer/
DBlitter.cpp1337 Int Y1 = Y0 + 1; in generate() local

12