Home
last modified time | relevance | path

Searched refs:W2 (Results 1 – 25 of 69) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_iconv.c479 Uint16 W1, W2; in SDL_iconv() local
501 W2 = ((Uint16) p[0] << 8) | (Uint16) p[1]; in SDL_iconv()
504 if (W2 < 0xDC00 || W2 > 0xDFFF) { in SDL_iconv()
512 (Uint32) (W2 & 0x3FF)) + 0x10000; in SDL_iconv()
518 Uint16 W1, W2; in SDL_iconv() local
540 W2 = ((Uint16) p[1] << 8) | (Uint16) p[0]; in SDL_iconv()
543 if (W2 < 0xDC00 || W2 > 0xDFFF) { in SDL_iconv()
551 (Uint32) (W2 & 0x3FF)) + 0x10000; in SDL_iconv()
719 Uint16 W1, W2; in SDL_iconv() local
725 W2 = 0xDC00 | (Uint16) (ch & 0x3FF); in SDL_iconv()
[all …]
/third_party/ffmpeg/libavcodec/
Dsimple_idct_template.c36 #undef W2
51 #define W2 21407 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
69 #define W2 21407 // 85627 macro
92 #define W2 42813 macro
164 a0 += (SUINT)W2 * row[2];
167 a3 -= (SUINT)W2 * row[2];
184 a1 += (SUINT)- W4*row[4] - (SUINT)W2*row[6];
185 a2 += (SUINT)- W4*row[4] + (SUINT)W2*row[6];
217 a0 += (SUINT) W2*col[8*2]; \
220 a3 += (SUINT)-W2*col[8*2]; \
[all …]
Dwmv2dsp.c28 #define W2 2676 /* 2048*sqrt (2)*cos (2*pi/16) */ macro
45 a2 = W2 * b[2] + W6 * b[6]; in wmv2_idct_row()
46 a6 = W6 * b[2] - W2 * b[6]; in wmv2_idct_row()
75 a2 = (W2 * b[8 * 2] + W6 * b[8 * 6] + 4) >> 3; in wmv2_idct_col()
76 a6 = (W6 * b[8 * 2] - W2 * b[8 * 6] + 4) >> 3; in wmv2_idct_col()
/third_party/ffmpeg/libavutil/tests/
Dpixelutils.c23 #define W2 640 macro
65 int r = run_single_test(test, b1, W1, b2, W2, a, i); in run_test()
77 uint8_t *buf2 = av_malloc(W2*H2); in main()
98 RANDOM_INIT(buf2, W2*H2); in main()
105 memset(buf2, 0x00, W2*H2); in main()
112 memset(buf2, 0x90, W2*H2); in main()
/third_party/ffmpeg/libavcodec/arm/
Dsimple_idct_arm.S30 #define W2 21407 macro
166 @@ a3 = a0 - W2 * row[2];
167 @@ a0 = a0 + W2 * row[2];
175 ldr r8, =W2 @ R8=W2
183 mul r11, r8, r4 @ R11=W2*ROWr16[2]
184 sub r4, r6, r11 @ R4=a0-W2*ROWr16[2] (a3)
185 add r6, r6, r11 @ R6=a0+W2*ROWr16[2] (a0)
189 @@ R5=b2, R6=a0, R7=b3, R8=W2, R9=W4, R10=W6, R11 (free),
208 @@ W6 alone is no more useful, save W2*ROWr16[6] in it instead
213 mulne r10, r8, r9 @ R10=W2*ROWr16[6]
[all …]
Dsimple_idct_armv6.S27 #define W2 21407 /* cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 */ macro
37 #define W26 (W2 | (W6 << 16))
38 #define W42 (W4 | (W2 << 16))
39 #define W42n (-W4&0xffff | (-W2 << 16))
/third_party/ffmpeg/libavcodec/alpha/
Dsimple_idct_alpha.c36 #define W2 21407 macro
76 a0 += W2 * t; in idct_row()
79 a3 -= W2 * t; in idct_row()
95 a1 -= W2 * t; in idct_row()
96 a2 += W2 * t; in idct_row()
166 a0 += W2 * col[8 * 2]; in idct_col()
169 a3 -= W2 * col[8 * 2]; in idct_col()
181 a1 -= W2 * col[8 * 6]; in idct_col()
182 a2 += W2 * col[8 * 6]; in idct_col()
/third_party/ffmpeg/libavcodec/mips/
Dsimple_idct_mmi.c32 #define W2 21407 //cos(i*M_PI/16)*sqrt(2)*(1<<14) + 0.5 macro
44 W4, W2, W4, W6,
46 W4, W6, -W4, -W2,
48 W4, -W6, -W4, W2,
50 W4, -W2, W4, -W6,
Dwmv2dsp_mmi.c30 #define W2 2676 /* 2048*sqrt (2)*cos (2*pi/16) */ macro
45 a2 = W2 * b[2] + W6 * b[6]; in wmv2_idct_row_mmi()
49 a6 = W6 * b[2] - W2 * b[6]; in wmv2_idct_row_mmi()
75 a2 = (W2 * b[16] + W6 * b[48] + 4) >> 3; in wmv2_idct_col_mmi()
79 a6 = (W6 * b[16] - W2 * b[48] + 4) >> 3; in wmv2_idct_col_mmi()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboMultisampleTests.cpp274 static const deUint32 W2 = 40, H2 = 40; in test() local
284 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, W2, H2); in test()
306 glRenderbufferStorageMultisample(GL_RENDERBUFFER, samp2, GL_RGBA8, W2, H2); in test()
316 glBlitFramebuffer(0, 0, W2, H2, 0, 0, W2, H2, GL_COLOR_BUFFER_BIT, GL_NEAREST); in test()
322 deUint32 pixels[W2 * H2] = {}; in test()
323 glReadPixels(0, 0, W2, H2, GL_RGBA, GL_UNSIGNED_BYTE, pixels); in test()
329 for (deUint32 x = 0; x < W2; ++x) in test()
331 tcu::RGBA color(pixels[y * W2 + x]); in test()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_color_space.cpp217 dng_vector_3 W2 = PCStoXYZ (); in SetMatrixToPCS() local
219 real64 s0 = W2 [0] / W1 [0]; in SetMatrixToPCS()
220 real64 s1 = W2 [1] / W1 [1]; in SetMatrixToPCS()
221 real64 s2 = W2 [2] / W1 [2]; in SetMatrixToPCS()
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/
Dmod.rs1026 pub fn with_writer<W2>(self, make_writer: W2) -> SubscriberBuilder<N, E, F, W2> in with_writer()
1028 W2: for<'writer> MakeWriter<'writer> + 'static, in with_writer()
1133 pub fn map_writer<W2>(self, f: impl FnOnce(W) -> W2) -> SubscriberBuilder<N, E, F, W2> in map_writer()
1135 W2: for<'writer> MakeWriter<'writer> + 'static, in map_writer()
Dfmt_layer.rs177 pub fn with_writer<W2>(self, make_writer: W2) -> Layer<S, N, E, W2> in with_writer()
179 W2: for<'writer> MakeWriter<'writer> + 'static, in with_writer()
323 pub fn map_writer<W2>(self, f: impl FnOnce(W) -> W2) -> Layer<S, N, E, W2> in map_writer()
325 W2: for<'writer> MakeWriter<'writer> + 'static, in map_writer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamWriter.cpp91 BinaryStreamWriter W2{Second}; in split() local
92 return std::make_pair(W1, W2); in split()
DBinaryStreamReader.cpp177 BinaryStreamReader W2{Second}; in split() local
178 return std::make_pair(W1, W2); in split()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp419 BitcodeWriter W2(Buffer); in splitAndWriteThinLTOBitcode() local
421 W2.writeThinLinkBitcode(M, Index, ModHash); in splitAndWriteThinLTOBitcode()
422 W2.writeModule(*MergedM, /*ShouldPreserveUseListOrder=*/false, in splitAndWriteThinLTOBitcode()
424 W2.writeSymtab(); in splitAndWriteThinLTOBitcode()
425 W2.writeStrtab(); in splitAndWriteThinLTOBitcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFCallingConv.td37 CCIfType<[i32], CCAssignToRegWithShadow<[W1, W2, W3, W4, W5],
42 [W1, W2, W3, W4, W5]>>,
/third_party/typescript/tests/cases/compiler/
DconstEnums.ts34 W2 = Enum1.A0, enumerator
142 case Enum1.W2:
/third_party/typescript/tests/baselines/reference/
DconstEnums.js35 W2 = Enum1.A0,
143 case Enum1.W2:
DconstEnums.types158 W2 = Enum1.A0,
159 >W2 : Enum1
528 case Enum1.W2:
529 >Enum1.W2 : Enum1
531 >W2 : Enum1
DconstEnums.symbols116 W2 = Enum1.A0,
117 >W2 : Symbol(Enum1.W2, Decl(constEnums.ts, 32, 12))
485 case Enum1.W2:
486 >Enum1.W2 : Symbol(Enum1.W2, Decl(constEnums.ts, 32, 12))
488 >W2 : Symbol(Enum1.W2, Decl(constEnums.ts, 32, 12))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallingConvention.td92 CCIfType<[i32], CCAssignToRegWithShadow<[W0, W1, W2, W3, W4, W5, W6, W7],
102 [W0, W1, W2, W3, W4, W5, W6, W7]>>,
141 CCIfType<[i32], CCAssignToRegWithShadow<[W0, W1, W2, W3, W4, W5, W6, W7],
144 [W0, W1, W2, W3, W4, W5, W6, W7]>>,
209 CCIfType<[i32], CCAssignToRegWithShadow<[W0, W1, W2, W3, W4, W5, W6, W7],
214 [W0, W1, W2, W3, W4, W5, W6]>>>,
219 [W0, W1, W2, W3, W4, W5, W6, W7]>>,
310 CCIfType<[i32], CCAssignToRegWithShadow<[W0, W1, W2, W3, W4, W5, W6, W7],
313 [W0, W1, W2, W3, W4, W5, W6, W7]>>,
/third_party/ffmpeg/libavcodec/x86/
Dsimple_idct10_template.asm79 ; a0 += W2 * row[2];
82 ; a3 -= W2 * row[2];
115 ; a1 -= W4*row[4] + W2*row[6]; i.e. -1*row[4]-1*row[6]
116 ; a2 -= W4*row[4] - W2*row[6]; i.e. -1*row[4]+1*row[6]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonCallingConv.td89 CCAssignToReg<[W0,W1,W2,W3,W4,W5,W6,W7]>>>,
103 CCAssignToReg<[W0,W1,W2,W3,W4,W5,W6,W7]>>>,
/third_party/openssl/demos/certs/apps/
Dskey.pem12 W2/MA0YV0ug2FYinHcZdvKM6dimH8GLfa3X8xKRfzjGjTiMSwsdjgMa4awY3tEHH

123