OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:startStep
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
MotionBlurComponent.java
90
final int
startStep
= mCurrentStep > 0 ? mCurrentStep - 1 : STEP_COUNT - 1;
93
final int step = (
startStep
- x) < 0 ? (STEP_COUNT + (
startStep
- x)) : (
startStep
- x);
/external/opencv3/modules/ml/test/
test_emknearestkmeans.cpp
358
: nclusters(_nclusters), covMatType(_covMatType),
startStep
(_startStep),
364
int
startStep
;
402
if( params.
startStep
== EM::START_AUTO_STEP )
404
else if( params.
startStep
== EM::START_E_STEP )
407
else if( params.
startStep
== EM::START_M_STEP )
476
params.
startStep
= EM::START_AUTO_STEP;
482
params.
startStep
= EM::START_AUTO_STEP;
488
params.
startStep
= EM::START_AUTO_STEP;
494
params.
startStep
= EM::START_M_STEP;
500
params.
startStep
= EM::START_M_STEP
[
all
...]
Completed in 96 milliseconds