Home
last modified time | relevance | path

Searched defs:Y2 (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DinvalidModuleWithVarStatements.js36 var Y2; variable
37 (function (Y2) { argument
DinvalidModuleWithStatementsOfEveryKind.js113 var Y2; variable
114 (function (Y2) { argument
DcontextualTypeShouldBeLiteral.js38 function foo2(bar: X2 | Y2) { }
/third_party/ffmpeg/libswscale/
Doutput.c562 int Y2 = 1 << 18; in yuv2mono_X_c_template() local
746 #define output_pixels(pos, Y1, U, Y2, V) \ argument
777 int Y2 = 1 << 18; in yuv2422_X_c_template() local
821 int Y2 = (buf0[i * 2 + 1] * yalpha1 + buf1[i * 2 + 1] * yalpha) >> 19; in yuv2422_2_c_template() local
848 int Y2 = (buf0[i * 2 + 1]+64) >> 7; in yuv2422_1_c_template() local
865 int Y2 = (buf0[i * 2 + 1] + 64) >> 7; in yuv2422_1_c_template() local
1006 int Y2 = -0x40000000; in yuv2rgba64_X_c_template() local
1096 int Y2 = (buf0[i * 2 + 1] * yalpha1 + buf1[i * 2 + 1] * yalpha) >> 14; in yuv2rgba64_2_c_template() local
1152 int Y2 = (buf0[i * 2 + 1]) >> 2; in yuv2rgba64_1_c_template() local
1198 int Y2 = (buf0[i * 2 + 1]) >> 2; in yuv2rgba64_1_c_template() local
[all …]
/third_party/typescript/tests/cases/compiler/
DcontextualTypeShouldBeLiteral.ts32 interface Y2 { interface
DintersectionTypeNormalization.ts20 type Y2 = A & (C | D) | X & Y & (C | D) alias
/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/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/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp329 Int Y2 = *Pointer<Int>(v2 + OFFSET(Vertex,Y)); in generate() local
572 Int Y2 = IfThenElse(swap, Ya, Yb); in edge() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp315 Int Y2 = *Pointer<Int>(v2 + OFFSET(Vertex, projected.y)); in generate() local
577 Int Y2 = IfThenElse(swap, Ya, Yb); in edge() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_rect.c318 int *Y2) in SDL_IntersectRectAndLine()
/third_party/ffmpeg/libavcodec/
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
Dtruemotion2.c85 int *Y1, *U1, *V1, *Y2, *U2, *V2; member
/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/libwebp/src/dsp/
Dyuv_neon.c45 const uint16x8_t Y2 = vaddq_u16(Y1, vdupq_n_u16(16)); in ConvertRGBToY_NEON() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dyuv_neon.c45 const uint16x8_t Y2 = vaddq_u16(Y1, vdupq_n_u16(16)); in ConvertRGBToY_NEON() local
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h187 const UINT_64 Y2 = InitBit(1, 2); variable
/third_party/ffmpeg/libavfilter/
Dvf_deshake_opencl.c343 double Y2 = point_pairs[1].p.p2.s[1]; in run_estimate_kernel() local
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h2387 Y2 = g * g; in STAGE() local
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h2514 Y2 = g * g; in STAGE() local
/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
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp171214 double Y2() const { return mY2; } in Y2() function in nsSMILKeySpline