Home
last modified time | relevance | path

Searched defs:Y2 (Results 1 – 18 of 18) 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.c594 int Y2 = 1 << 18; in yuv2mono_X_c_template() local
779 #define output_pixels(pos, Y1, U, Y2, V) \ argument
810 int Y2 = 1 << 18; in yuv2422_X_c_template() local
854 int Y2 = (buf0[i * 2 + 1] * yalpha1 + buf1[i * 2 + 1] * yalpha) >> 19; in yuv2422_2_c_template() local
881 int Y2 = (buf0[i * 2 + 1]+64) >> 7; in yuv2422_1_c_template() local
898 int Y2 = (buf0[i * 2 + 1] + 64) >> 7; in yuv2422_1_c_template() local
1039 int Y2 = -0x40000000; in yuv2rgba64_X_c_template() local
1129 unsigned Y2 = (buf0[i * 2 + 1] * yalpha1 + buf1[i * 2 + 1] * yalpha) >> 14; in yuv2rgba64_2_c_template() local
1185 SUINT Y2 = (buf0[i * 2 + 1]) >> 2; in yuv2rgba64_1_c_template() local
1231 SUINT 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/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/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/node/deps/v8/src/bigint/
Dmul-toom.cc70 Digits Y2(Y, 2 * i, i); in Toom3Main() local
/third_party/ffmpeg/libavcodec/
Ddxtory.c128 uint8_t *Y1, *Y2, *Y3, *Y4, *U, *V; in dxtory_decode_v1_410() local
223 uint8_t *Y1, *Y2, *U, *V; in dxtory_decode_v1_420() local
Dtruemotion2.c86 int *Y1, *U1, *V1, *Y2, *U2, *V2; member
/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/mbedtls/library/
Daes.c831 #define AES_FROUND(X0, X1, X2, X3, Y0, Y1, Y2, Y3) \ argument
855 #define AES_RROUND(X0, X1, X2, X3, Y0, Y1, Y2, Y3) \ argument
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp272 #define Y2 0xBC macro
/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.c335 double Y2 = point_pairs[1].p.p2.s[1]; in run_estimate_kernel() local
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h2514 Y2 = g * g; in STAGE() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp171214 double Y2() const { return mY2; } in Y2() function in nsSMILKeySpline