Searched refs:highResBackwardMotions_ (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/superres/src/ |
D | btv_l1_cuda.cpp | 258 std::vector<std::pair<GpuMat, GpuMat> > highResBackwardMotions_; member in __anon26178dda0111::BTVL1_CUDA_Base 333 upscaleMotions(lowResBackwardMotions_, highResBackwardMotions_, scale_); in process() 338 …buildMotionMaps(highResForwardMotions_[i], highResBackwardMotions_[i], forwardMaps_[i], backwardMa… in process() 401 highResBackwardMotions_.clear(); in collectGarbage()
|
D | btv_l1.cpp | 516 std::vector<Mat> highResBackwardMotions_; member in __anon11e7a35e0111::BTVL1_Base 697 upscaleMotions(lowResBackwardMotions_, highResBackwardMotions_, scale_); in process() 702 …buildMotionMaps(highResForwardMotions_[i], highResBackwardMotions_[i], forwardMaps_[i], backwardMa… in process() 761 highResBackwardMotions_.clear(); in collectGarbage()
|