update            497 3rdparty/libwebp/enc/tree.c           const int update = (p0 != VP8CoeffsProba0[t][b][c][p]);
update            498 3rdparty/libwebp/enc/tree.c           if (VP8PutBit(bw, update, VP8CoeffsUpdateProba[t][b][c][p])) {
update            201 apps/traincascade/old_ml.hpp         const CvMat* varIdx = 0, const CvMat* sampleIdx=0, bool update=false );
update            210 apps/traincascade/old_ml.hpp                        bool update=false );
update           1130 apps/traincascade/old_ml.hpp              bool update=false );
update           1134 apps/traincascade/old_ml.hpp              bool update=false );
update           1151 apps/traincascade/old_ml.hpp                        bool update=false );
update           1424 apps/traincascade/old_ml.hpp              bool update=false );
update           1445 apps/traincascade/old_ml.hpp              bool update=false );
update           1590 apps/traincascade/old_ml.hpp                        bool update=false );
update           1098 apps/traincascade/old_ml_boost.cpp              bool update )
update           1114 apps/traincascade/old_ml_boost.cpp         train_sidx, var_types, missing, _params, update ) );
update            395 modules/calib3d/include/opencv2/calib3d/calib3d_c.h     bool update( const CvMat*& param, CvMat*& J, CvMat*& err );
update           1106 modules/calib3d/src/calibration.cpp         bool proceed = solver.update( __param, matJ, _err );
update            679 modules/core/include/opencv2/core.hpp                                 InputArray mask = noArray(), int update = 0,
update           3594 modules/core/src/stat.cpp         update = _update;
update           3627 modules/core/src/stat.cpp                         nidxptr[k+1] = j + update;
update           3641 modules/core/src/stat.cpp     int update;
update           3650 modules/core/src/stat.cpp                         int update, bool crosscheck )
update           3674 modules/core/src/stat.cpp     if( update == 0 && K > 0 )
update           3682 modules/core/src/stat.cpp         CV_Assert( K == 1 && update == 0 && mask.empty() );
update           3701 modules/core/src/stat.cpp                     nidx.at<int>(idx) = i + update;
update           3714 modules/core/src/stat.cpp                     nidx.at<int>(idx) = i + update;
update           3755 modules/core/src/stat.cpp                   BatchDistInvoker(src1, src2, dist, nidx, K, mask, update, func));
update            116 modules/cudalegacy/include/opencv2/cudalegacy.hpp     virtual void setUpdateBackgroundModel(bool update) = 0;
update            100 modules/cudalegacy/src/gmg.cpp         void setUpdateBackgroundModel(bool update) { updateBackgroundModel_ = update; }
update            811 modules/features2d/src/matchers.cpp     int iIdx, imgCount = (int)trainDescCollection.size(), update = 0;
update            821 modules/features2d/src/matchers.cpp                       normType, knn, masks.empty() ? Mat() : masks[iIdx], update, crossCheck);
update            822 modules/features2d/src/matchers.cpp         update += IMGIDX_ONE;
update            267 modules/features2d/src/mser.cpp             bool update = final;
update            290 modules/features2d/src/mser.cpp                     update = true;
update            294 modules/features2d/src/mser.cpp             if( update && history )
update           1304 modules/highgui/src/window_QT.cpp     QObject::connect(slider, SIGNAL(valueChanged(int)), this, SLOT(update(int)));
update           2388 modules/highgui/src/window_QT.cpp         viewport()->update();
update           2424 modules/highgui/src/window_QT.cpp     viewport()->update();
update           2615 modules/highgui/src/window_QT.cpp     viewport()->update();
update           2686 modules/highgui/src/window_QT.cpp         viewport()->update();
update           2785 modules/highgui/src/window_QT.cpp     viewport()->update();
update            243 modules/highgui/src/window_QT.h     void update(int myvalue);
update            540 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(CvRect)  cvBoundingRect( CvArr* points, int update CV_DEFAULT(0) );
update           1046 modules/imgproc/src/shapedescr.cpp cvBoundingRect( CvArr* array, int update )
update           1054 modules/imgproc/src/shapedescr.cpp     int calculate = update;
update           1064 modules/imgproc/src/shapedescr.cpp             update = 0;
update           1081 modules/imgproc/src/shapedescr.cpp         update = 0;
update           1097 modules/imgproc/src/shapedescr.cpp     if( update )
update            155 modules/ml/src/gbt.cpp CvGBTrees::train( CvMLData* _data, CvGBTreesParams _params, bool update )
update            161 modules/ml/src/gbt.cpp             _data->get_missing(), _params, update);
update           1346 modules/ml/src/gbt.cpp                    bool update )
update           1354 modules/ml/src/gbt.cpp                   missingDataMask.empty() ? 0 : &_missingDataMask, _params, update);
update             79 modules/ml/src/knearest.cpp         bool update = (flags & ml::KNearest::UPDATE_MODEL) != 0 && !samples.empty();
update             83 modules/ml/src/knearest.cpp         if( !update )
update             68 modules/ml/src/nbayes.cpp         bool update = (flags & UPDATE_MODEL) != 0;
update             70 modules/ml/src/nbayes.cpp         if( !update )
update            224 modules/stitching/src/motion_estimators.cpp         bool proceed = solver.update(_param, _jac, _err);
update            250 modules/video/src/ecc.cpp static void update_warping_matrix_ECC (Mat& map_matrix, const Mat& update, const int motionType)
update            253 modules/video/src/ecc.cpp     CV_Assert (update.type() == CV_32FC1);
update            259 modules/video/src/ecc.cpp         CV_Assert (map_matrix.rows == 3 && update.rows == 8);
update            261 modules/video/src/ecc.cpp         CV_Assert(map_matrix.rows == 2 && update.rows == 6);
update            263 modules/video/src/ecc.cpp         CV_Assert (map_matrix.rows == 2 && update.rows == 3);
update            265 modules/video/src/ecc.cpp         CV_Assert (map_matrix.rows == 2 && update.rows == 2);
update            267 modules/video/src/ecc.cpp     CV_Assert (update.cols == 1);
update            270 modules/video/src/ecc.cpp     CV_Assert( update.isContinuous() );
update            274 modules/video/src/ecc.cpp     const float* updatePtr = update.ptr<float>(0);