Searched refs:forwardMotions (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/superres/src/ |
D | btv_l1_cuda.cpp | 81 …void calcRelativeMotions(const std::vector<std::pair<GpuMat, GpuMat> >& forwardMotions, const std:… in calcRelativeMotions() argument 85 const int count = static_cast<int>(forwardMotions.size()); in calcRelativeMotions() 101 … cuda::add(relForwardMotions[i + 1].first, forwardMotions[i].first, relForwardMotions[i].first); in calcRelativeMotions() 102 … cuda::add(relForwardMotions[i + 1].second, forwardMotions[i].second, relForwardMotions[i].second); in calcRelativeMotions() 113 …cuda::add(relBackwardMotions[i - 1].first, forwardMotions[i - 1].first, relBackwardMotions[i].firs… in calcRelativeMotions() 114 …cuda::add(relBackwardMotions[i - 1].second, forwardMotions[i - 1].second, relBackwardMotions[i].se… in calcRelativeMotions() 216 …const std::vector<std::pair<GpuMat, GpuMat> >& forwardMotions, const std::vector<std::pair<GpuMat,… 298 …const std::vector<std::pair<GpuMat, GpuMat> >& forwardMotions, const std::vector<std::pair<GpuMat,… in process() 330 …calcRelativeMotions(forwardMotions, backwardMotions, lowResForwardMotions_, lowResBackwardMotions_… in process()
|
D | btv_l1.cpp | 61 std::vector<UMat> & forwardMotions = *(std::vector<UMat> *)_forwardMotions.getObj(), in ocl_calcRelativeMotions() local 66 const int count = static_cast<int>(forwardMotions.size()); in ocl_calcRelativeMotions() 78 add(relForwardMotions[i + 1], forwardMotions[i], relForwardMotions[i]); in ocl_calcRelativeMotions() 85 add(relBackwardMotions[i - 1], forwardMotions[i - 1], relBackwardMotions[i]); in ocl_calcRelativeMotions() 102 std::vector<Mat> & forwardMotions = *(std::vector<Mat> *)_forwardMotions.getObj(), in calcRelativeMotions() 107 const int count = static_cast<int>(forwardMotions.size()); in calcRelativeMotions() 119 add(relForwardMotions[i + 1], forwardMotions[i], relForwardMotions[i]); in calcRelativeMotions() 126 add(relBackwardMotions[i - 1], forwardMotions[i - 1], relBackwardMotions[i]); in calcRelativeMotions() 468 void process(InputArrayOfArrays src, OutputArray dst, InputArrayOfArrays forwardMotions, 497 bool ocl_process(InputArrayOfArrays src, OutputArray dst, InputArrayOfArrays forwardMotions, [all …]
|