Searched refs:maxIter (Results 1 - 10 of 10) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlevmar.cpp60 int maxIter,double epsilon)
120 if( maxIter <= 0 )
223 } while ( currIter < maxIter );
226 } while ( change > epsilon && currIter < maxIter );
56 cvLevenbergMarquardtOptimization(pointer_LMJac JacobianFunction, pointer_LMFunc function, CvMat *X0,CvMat *observRes,CvMat *resultX, int maxIter,double epsilon) argument
H A Dcvlevmarprojbandle.cpp1039 CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon )
1055 CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon )
1101 if( maxIter < 1 || maxIter > 2000 )
1720 } while( change > epsilon && currIter < maxIter );/* solve normal equation using current alpha */
1734 } while( change > epsilon && currIter < maxIter );
1053 cvOptimizeLevenbergMarquardtBundle( CvMat** projMatrs, CvMat** observProjPoints, CvMat** pointsPres, int numImages, CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon ) argument
H A Dcvlevmartrif.cpp58 int maxIter,double epsilon);
H A Dcvtrifocal.cpp60 CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon );
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dencode_frame_FIX.c87 opus_int i, iter, maxIter, found_upper, found_lower, ret = 0; local
164 maxIter = 6;
224 if( iter == maxIter ) {
/external/chromium_org/third_party/opus/src/silk/float/
H A Dencode_frame_FLP.c86 opus_int i, iter, maxIter, found_upper, found_lower, ret = 0; local
160 maxIter = 6;
211 if( iter == maxIter ) {
/external/libopus/silk/fixed/
H A Dencode_frame_FIX.c87 opus_int i, iter, maxIter, found_upper, found_lower, ret = 0; local
164 maxIter = 6;
224 if( iter == maxIter ) {
/external/libopus/silk/float/
H A Dencode_frame_FLP.c86 opus_int i, iter, maxIter, found_upper, found_lower, ret = 0; local
160 maxIter = 6;
211 if( iter == maxIter ) {
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc3176 uint16_t maxIter(10);
3185 maxIter--;
3200 if (maxIter == 0)
/external/opencv/cv/src/
H A D_cvipp.h717 int maxLev, int maxIter, float threshold, void* state ))

Completed in 995 milliseconds