Home
last modified time | relevance | path

Searched refs:msrc (Results 1 – 25 of 52) sorted by relevance

123

/third_party/ffmpeg/libavfilter/
Dvf_premultiply.c46 void (*premultiply[4])(const uint8_t *msrc, const uint8_t *asrc,
92 static void premultiply8(const uint8_t *msrc, const uint8_t *asrc, in premultiply8() argument
103 dst[x] = ((msrc[x] * (((asrc[x] >> 1) & 1) + asrc[x])) + 128) >> 8; in premultiply8()
107 msrc += mlinesize; in premultiply8()
112 static void premultiply8yuv(const uint8_t *msrc, const uint8_t *asrc, in premultiply8yuv() argument
123 dst[x] = ((((msrc[x] - 128) * (((asrc[x] >> 1) & 1) + asrc[x]))) >> 8) + 128; in premultiply8yuv()
127 msrc += mlinesize; in premultiply8yuv()
132 static void premultiply8offset(const uint8_t *msrc, const uint8_t *asrc, in premultiply8offset() argument
143 … dst[x] = ((((msrc[x] - offset) * (((asrc[x] >> 1) & 1) + asrc[x])) + 128) >> 8) + offset; in premultiply8offset()
147 msrc += mlinesize; in premultiply8offset()
[all …]
Dvf_maskedmerge.c146 const uint8_t *msrc, uint8_t *dst, in maskedmerge8() argument
156 dst[x] = bsrc[x] + ((msrc[x] * (osrc[x] - bsrc[x]) + 128) >> 8); in maskedmerge8()
162 msrc += mlinesize; in maskedmerge8()
175 const uint16_t *msrc = (const uint16_t *)mmsrc; in maskedmerge16() local
181 dst[x] = bsrc[x] + ((msrc[x] * (osrc[x] - bsrc[x]) + half) >> shift); in maskedmerge16()
187 msrc += mlinesize / 2; in maskedmerge16()
/third_party/typescript/tests/baselines/reference/tsc/incremental/initial-build/
DnoEmit-changes-incremental.js51 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
243 src/project/src/directUse.ts:2:28 - error TS2551: Prop…
248 src/project/src/class.ts:2:5
253 src/project/src/indirectUse.ts:2:28 - error TS2551: Pr…
258 src/project/src/class.ts:2:5
424 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
532 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
573 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
597 src/project/src/directUse.ts:2:28 - error TS2551: Prop…
602 src/project/src/class.ts:2:5
[all …]
DnoEmit-changes-composite.js51 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
272 src/project/src/directUse.ts:2:28 - error TS2551: Prop…
277 src/project/src/class.ts:2:5
282 src/project/src/indirectUse.ts:2:28 - error TS2551: Pr…
287 src/project/src/class.ts:2:5
461 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
573 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
614 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
638 src/project/src/directUse.ts:2:28 - error TS2551: Prop…
643 src/project/src/class.ts:2:5
[all …]
DnoEmit-changes-incremental-declaration.js51 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
273 src/project/src/directUse.ts:2:28 - error TS2551: Prop…
278 src/project/src/class.ts:2:5
283 src/project/src/indirectUse.ts:2:28 - error TS2551: Pr…
288 src/project/src/class.ts:2:5
463 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
576 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
617 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
641 src/project/src/directUse.ts:2:28 - error TS2551: Prop…
646 src/project/src/class.ts:2:5
[all …]
DnoEmit-changes-with-initial-noEmit-incremental.js176 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
346 src/project/src/directUse.ts:2:28 - error TS2551: Prop…
351 src/project/src/class.ts:2:5
356 src/project/src/indirectUse.ts:2:28 - error TS2551: Pr…
361 src/project/src/class.ts:2:5
366 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
644 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
DnoEmit-changes-with-initial-noEmit-incremental-declaration.js177 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
377 src/project/src/directUse.ts:2:28 - error TS2551: Prop…
382 src/project/src/class.ts:2:5
387 src/project/src/indirectUse.ts:2:28 - error TS2551: Pr…
392 src/project/src/class.ts:2:5
397 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
694 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
DnoEmit-changes-with-initial-noEmit-composite.js176 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
375 src/project/src/directUse.ts:2:28 - error TS2551: Prop…
380 src/project/src/class.ts:2:5
385 src/project/src/indirectUse.ts:2:28 - error TS2551: Pr…
390 src/project/src/class.ts:2:5
395 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
690 src/project/src/noChangeFileWithEmitSpecificError.ts:1:19 - error[…
Dwith-noEmitOnError-syntax-errors.js45 src/src/main.ts:4:1 - error TS1005: ',' expected.
50 src/src/main.ts:2:11
145 src/src/main.ts:4:1 - error TS1005: ',' expected.
150 src/src/main.ts:2:11
/third_party/typescript/tests/baselines/reference/tsbuild/demo/initial-build/
Din-bad-ref-branch-reports-the-error-about-files-not-in-rootDir-at-the-import-location.js151 src/animals/index.ts:1:20 - error TS6059: File '/src/a…
156 src/animals/index.ts:1:20 - error TS6307: File '/src/a…
161 src/animals/index.ts:4:32 - error TS6059: File '/src/a…
166 src/animals/index.ts:4:32 - error TS6307: File '/src/a…
171 src/core/utilities.ts:1:1 - error TS6133: 'A' is decla…
176 src/core/utilities.ts:1:20 - error TS6059: File '/src/…
184 src/animals/dog.ts:1:20
189 src/core/utilities.ts:1:20 - error TS6307: File '/src/…
197 src/animals/dog.ts:1:20
/third_party/typescript/tests/baselines/reference/tsbuild/noEmitOnError/initial-build/
Dsyntax-errors-with-incremental.js45 src/src/main.ts:4:1 - error TS1005: ',' expected.
50 src/src/main.ts:2:11
79 src/src/main.ts:4:1 - error TS1005: ',' expected.
84 src/src/main.ts:2:11
Dsyntax-errors.js45 src/src/main.ts:4:1 - error TS1005: ',' expected.
50 src/src/main.ts:2:11
79 src/src/main.ts:4:1 - error TS1005: ',' expected.
84 src/src/main.ts:2:11
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependencies/
Dwith-noEmitOnError-with-incremental.js41 src/main.ts:4:1 - error TS1005: ',' expected.
46 src/main.ts:2:11
165 src/main.ts:4:1 - error TS1005: ',' expected.
170 src/main.ts:2:11
346 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
466 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
Dwith-noEmitOnError.js41 src/main.ts:4:1 - error TS1005: ',' expected.
46 src/main.ts:2:11
102 src/main.ts:4:1 - error TS1005: ',' expected.
107 src/main.ts:2:11
234 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
287 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/default/
Dwith-noEmitOnError-with-incremental.js47 src/main.ts:4:1 - error TS1005: ',' expected.
52 src/main.ts:2:11
170 src/main.ts:4:1 - error TS1005: ',' expected.
175 src/main.ts:2:11
350 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
469 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
Dwith-noEmitOnError.js47 src/main.ts:4:1 - error TS1005: ',' expected.
52 src/main.ts:2:11
108 src/main.ts:4:1 - error TS1005: ',' expected.
113 src/main.ts:2:11
240 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
293 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModules/
Dwith-noEmitOnError-with-incremental.js41 src/main.ts:4:1 - error TS1005: ',' expected.
46 src/main.ts:2:11
165 src/main.ts:4:1 - error TS1005: ',' expected.
170 src/main.ts:2:11
346 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
466 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
Dwith-noEmitOnError.js41 src/main.ts:4:1 - error TS1005: ',' expected.
46 src/main.ts:2:11
102 src/main.ts:4:1 - error TS1005: ',' expected.
107 src/main.ts:2:11
234 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
287 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/isolatedModulesAndD/
Dwith-noEmitOnError-with-incremental.js41 src/main.ts:4:1 - error TS1005: ',' expected.
46 src/main.ts:2:11
166 src/main.ts:4:1 - error TS1005: ',' expected.
171 src/main.ts:2:11
362 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
483 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
Dwith-noEmitOnError.js41 src/main.ts:4:1 - error TS1005: ',' expected.
46 src/main.ts:2:11
102 src/main.ts:4:1 - error TS1005: ',' expected.
107 src/main.ts:2:11
248 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
301 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/defaultAndD/
Dwith-noEmitOnError.js41 src/main.ts:4:1 - error TS1005: ',' expected.
46 src/main.ts:2:11
102 src/main.ts:4:1 - error TS1005: ',' expected.
107 src/main.ts:2:11
248 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
301 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
Dwith-noEmitOnError-with-incremental.js41 src/main.ts:4:1 - error TS1005: ',' expected.
46 src/main.ts:2:11
165 src/main.ts:4:1 - error TS1005: ',' expected.
170 src/main.ts:2:11
360 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
480 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/
Dwith-noEmitOnError-with-incremental.js41 src/main.ts:4:1 - error TS1005: ',' expected.
46 src/main.ts:2:11
166 src/main.ts:4:1 - error TS1005: ',' expected.
171 src/main.ts:2:11
362 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
483 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
Dwith-noEmitOnError.js41 src/main.ts:4:1 - error TS1005: ',' expected.
46 src/main.ts:2:11
102 src/main.ts:4:1 - error TS1005: ',' expected.
107 src/main.ts:2:11
248 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
301 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
/third_party/typescript/tests/baselines/reference/tsbuild/watchMode/noEmitOnError/
Ddoes-not-emit-any-files-on-error-with-incremental.js54 src/main.ts:4:1 - error TS1005: ',' expected.
59 src/main.ts:2:11
111 src/main.ts:4:1 - error TS1005: ',' expected.
116 src/main.ts:2:11
294 src/main.ts:2:7 - error TS2322: Type 'number' is not a…
413 src/main.ts:2:7 - error TS2322: Type 'number' is not a…

123