Home | History | Annotate | Download | only in src

Lines Matching refs:frames_

79     frames_.clear();
122 at(curPos_, frames_) = frame;
145 at(curStabilizedPos_ + radius_, frames_) = at(curPos_, frames_);
164 inpainter_->setFrames(frames_);
178 deblurer_->setFrames(frames_);
198 at(curStabilizedPos_, frames_).copyTo(preProcessedFrame_);
202 preProcessedFrame_ = at(curStabilizedPos_, frames_);
273 frames_.resize(cacheSize);
282 at(i, frames_) = firstFrame;
285 at(0, frames_) = firstFrame;
293 return motionEstimator_->estimate(at(curPos_ - 1, frames_), at(curPos_, frames_));
465 frames_.resize(cacheSize);
470 at(i, frames_) = firstFrame;