OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCT
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp
142
fCT
= defaultfCT2;
167
fCT
= defaultfCT2;
257
virtual double getComplexityReductionThreshold() const { return
fCT
; }
258
virtual void setComplexityReductionThreshold(double ct) {
fCT
= (float)ct; }
290
<< "complexityReductionThreshold" <<
fCT
307
fCT
= (float)fn["complexityReductionThreshold"];
366
float
fCT
;//CT - complexity reduction prior
433
float
fCT
;//CT - complexity reduction prior
778
idxArg = kernel_apply.set(idxArg, (float)(-learningRate*
fCT
)); //prune
[
all
...]
/external/skia/gm/
aaclip.cpp
167
SkColorType
fCT
;
182
SkImageInfo info = SkImageInfo::Make(100, 100, rec[i].
fCT
, rec[i].fAT);
Completed in 68 milliseconds