Home
last modified time | relevance | path

Searched defs:ff (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/openh264/codec/encoder/core/mips/
Dquant_mmi.c43 void WelsQuant4x4_mmi(int16_t *pDct, const int16_t* ff, const int16_t *mf) { in WelsQuant4x4_mmi()
93 void WelsQuant4x4Dc_mmi(int16_t *pDct, const int16_t ff, int16_t mf) { in WelsQuant4x4Dc_mmi()
146 void WelsQuantFour4x4_mmi(int16_t *pDct, const int16_t* ff, const int16_t *mf) { in WelsQuantFour4x4_mmi()
309 void WelsQuantFour4x4Max_mmi(int16_t *pDct, const int16_t*ff, in WelsQuantFour4x4Max_mmi()
/third_party/typescript/tests/baselines/reference/
DclassStaticBlock7.js15 async function ff () { function in f1.C
27 function * ff () { generator in f2.C
39 function ff () { function in f3.C
105 function ff() { function
132 function ff() { function
154 function ff() { function
DtypeOfThisInStaticMembers10(target=es2022).js16 static ff = function () { this.c + 1 } method in D
38 static ff = function () { this.c + 1 } method in DD
70 static { this.ff = function () { this.c + 1; }; } method in D
93 static { this.ff = function () { this.c + 1; }; } method in DD
DtypeOfThisInStaticMembers10(target=esnext).js16 static ff = function () { this.c + 1 } method in D
38 static ff = function () { this.c + 1 } method in DD
70 static { this.ff = function () { this.c + 1; }; } method in D
93 static { this.ff = function () { this.c + 1; }; } method in DD
DtypeOfThisInStaticMembers10(target=es6).js16 static ff = function () { this.c + 1 } method in D
38 static ff = function () { this.c + 1 } method in DD
81 D.ff = function () { this.c + 1; }; function in D
106 DD.ff = function () { this.c + 1; }; function in DD
DtypeOfThisInStaticMembers11(target=esnext).js16 static ff = function () { this.c + 1 } method in D
38 static ff = function () { this.c + 1 } method in DD
70 static ff = function () { this.c + 1; }; method in D
93 static ff = function () { this.c + 1; }; method in DD
DtypeOfThisInStaticMembers11(target=es2022).js16 static ff = function () { this.c + 1 } method in D
38 static ff = function () { this.c + 1 } method in DD
70 static ff = function () { this.c + 1; }; method in D
93 static ff = function () { this.c + 1; }; method in DD
DtypeOfThisInStaticMembers10(target=es5).js16 static ff = function () { this.c + 1 } method in D
38 static ff = function () { this.c + 1 } method in DD
105 D.ff = function () { this.c + 1; }; function in D
144 DD.ff = function () { this.c + 1; }; function in DD
DclassStaticBlock6.js45 async function ff () { function in foo.C
58 function ff () { function in foo1.C
180 function ff() { function
209 function ff() { function
DcontrolFlowIteration.js4 function ff() { function
/third_party/python/Python/
Dfuture.c9 future_check_features(PyFutureFeatures *ff, stmt_ty s, PyObject *filename) in future_check_features()
57 future_parse(PyFutureFeatures *ff, mod_ty mod, PyObject *filename) in future_parse()
121 PyFutureFeatures *ff; in _PyFuture_FromAST() local
/third_party/ffmpeg/libavutil/
Dtimecode.c56 int hh, mm, ss, ff; in av_timecode_get_smpte_from_framenum() local
68 uint32_t av_timecode_get_smpte(AVRational rate, int drop, int hh, int mm, int ss, int ff) in av_timecode_get_smpte()
106 int hh, mm, ss, ff, neg = 0; in av_timecode_make_string() local
141 unsigned ff = bcd2uint(tcsmpte>>24 & 0x3f); // 6-bit frames in av_timecode_make_smpte_tc_string2() local
229 …mponents(AVTimecode *tc, AVRational rate, int flags, int hh, int mm, int ss, int ff, void *log_ctx) in av_timecode_init_from_components()
253 int hh, mm, ss, ff, flags; in av_timecode_init_from_string() local
/third_party/typescript/tests/cases/conformance/classes/members/instanceAndStaticMembers/
DtypeOfThisInStaticMembers10.ts19 static ff = function () { this.c + 1 } property in D
41 static ff = function () { this.c + 1 } property in DD
DtypeOfThisInStaticMembers11.ts19 static ff = function () { this.c + 1 } property in D
41 static ff = function () { this.c + 1 } property in DD
/third_party/typescript/tests/cases/compiler/
DtypeParametersShouldNotBeEqual.ts1 function ff<T, U>(x: T, y: U) { function
DtypeParametersShouldNotBeEqual2.ts1 function ff<T extends Date, U extends Date, V>(x: T, y: U, z: V) { function
DtypeParametersShouldNotBeEqual3.ts1 function ff<T extends Object, U extends Object>(x: T, y: U) { function
DelaborationForPossiblyCallableTypeStillReferencesArgumentAtTopLevel.ts2 declare function ff(t: number): void; function
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowIteration.ts5 function ff() { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/call_signatures/parameter_list/
Dparameter_list_3.ts25 function ff(first: string, second: number) { function
/third_party/typescript/tests/cases/conformance/types/typeRelationships/recursiveTypes/
DinfiniteExpansionThroughTypeInference.ts6 function ff<T>(g: G<T>): void { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/primitive_types/the_string_literal_type/
Dthe_string_literal_type_1.ts31 let ff: string = ee; variable
/third_party/typescript/tests/cases/conformance/jsdoc/
DenumTag.ts46 function ff(s) { function
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsEnumTag.ts45 export function ff(s) { function
/third_party/openh264/test/encoder/
DEncUT_EncoderMbAux.cpp401 #define NEW_QUANT(pDct, ff, mf) (((ff)+ WELS_ABS_LC(pDct))*(mf)) >>16 argument
402 #define WELS_NEW_QUANT(pDct,ff,mf) WELS_ABS_LC(NEW_QUANT(pDct, ff, mf)) argument
404 int16_t WelsQuant4x4MaxAnchor (int16_t* pDct, int16_t* ff, int16_t* mf) { in WelsQuant4x4MaxAnchor()
421 void WelsQuantFour4x4Anchor (int16_t* pDct, int16_t* ff, int16_t* mf) { in WelsQuantFour4x4Anchor()
425 void WelsQuantFour4x4MaxAnchor (int16_t* pDct, int16_t* ff, int16_t* mf, int16_t* max) { in WelsQuantFour4x4MaxAnchor()
454 const int16_t ff = rand() & 32767; in TestWelsQuant4x4Dc() local
593 int32_t WelsHadamardQuant2x2SkipAnchor (int16_t* rs, int16_t ff, int16_t mf) { in WelsHadamardQuant2x2SkipAnchor()
610 int16_t ff, mf; in TEST() local
618 int32_t WelsHadamardQuant2x2Anchor (int16_t* rs, const int16_t ff, int16_t mf, int16_t* pDct, int16… in WelsHadamardQuant2x2Anchor()
653 int16_t ff, mf; in TEST() local

12345