Searched refs:srcFrames_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/superres/src/ |
D | btv_l1_cuda.cpp | 444 std::vector<GpuMat> srcFrames_; member in __anon26178dda0111::BTVL1_CUDA 465 srcFrames_.clear(); in collectGarbage() 553 srcFrames_.resize(count); in processFrame() 564 srcFrames_[k] = at(i, frames_); in processFrame() 572 process(srcFrames_, at(idx, outputs_), srcForwardMotions_, srcBackwardMotions_, baseIdx); in processFrame()
|
D | btv_l1.cpp | 831 std::vector<Mat> srcFrames_; member in __anon11e7a35e0111::BTVL1 868 srcFrames_.clear(); in collectGarbage() 1077 srcFrames_.resize(count); in processFrame() 1088 srcFrames_[k] = at(i, frames_); in processFrame() 1096 process(srcFrames_, at(idx, outputs_), srcForwardMotions_, srcBackwardMotions_, baseIdx); in processFrame()
|