Searched refs:lowResForwardMotions_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/superres/src/ |
D | btv_l1_cuda.cpp | 254 std::vector<std::pair<GpuMat, GpuMat> > lowResForwardMotions_; member in __anon26178dda0111::BTVL1_CUDA_Base 330 …calcRelativeMotions(forwardMotions, backwardMotions, lowResForwardMotions_, lowResBackwardMotions_… in process() 332 upscaleMotions(lowResForwardMotions_, highResForwardMotions_, scale_); in process() 397 lowResForwardMotions_.clear(); in collectGarbage()
|
D | btv_l1.cpp | 512 std::vector<Mat> lowResForwardMotions_; member in __anon11e7a35e0111::BTVL1_Base 694 …calcRelativeMotions(forwardMotions, backwardMotions, lowResForwardMotions_, lowResBackwardMotions_… in process() 696 upscaleMotions(lowResForwardMotions_, highResForwardMotions_, scale_); in process() 757 lowResForwardMotions_.clear(); in collectGarbage()
|