Home
last modified time | relevance | path

Searched defs:ff2 (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters1.ts161 declare var ff2: () => void; variable
/third_party/ffmpeg/libavcodec/
Dg723_1.c1243 int64_t ff2 = f2[i + 1] - f2[i]; in lsp2lpc() local
Dlsp.c137 int ff2 = f2[i] - f2[i-1]; // (3.22) in ff_acelp_lsp2lpc() local
/third_party/typescript/tests/cases/conformance/expressions/typeAssertions/
DconstAssertions.ts78 function ff2<T extends string, U extends string>(x: T, y: U) { function
/third_party/ffmpeg/libavfilter/
Dvf_maskedminmax.c105 static void maskedmin16(const uint8_t *ssrc, uint8_t *ddst, const uint8_t *ff1, const uint8_t *ff2,… in maskedmin16()
116 static void maskedmax16(const uint8_t *ssrc, uint8_t *ddst, const uint8_t *ff1, const uint8_t *ff2,… in maskedmax16()
/third_party/typescript/tests/baselines/reference/
DconstAssertions.js171 function ff2(x, y) { function
DkeyofAndIndexedAccess.js1084 function ff2(dd, k1, k2) { function
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts643 function ff2<V extends string, T extends string>(dd: DictDict<V, T>, k1: V, k2: T): number { method in Component2