Home
last modified time | relevance | path

Searched refs:_lowResMotions (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/superres/src/
Dbtv_l1.cpp131 …bool ocl_upscaleMotions(InputArrayOfArrays _lowResMotions, OutputArrayOfArrays _highResMotions, in… in ocl_upscaleMotions() argument
133 std::vector<UMat> & lowResMotions = *(std::vector<UMat> *)_lowResMotions.getObj(), in ocl_upscaleMotions()
149 …void upscaleMotions(InputArrayOfArrays _lowResMotions, OutputArrayOfArrays _highResMotions, int sc… in upscaleMotions() argument
151 CV_OCL_RUN(_lowResMotions.isUMatVector() && _highResMotions.isUMatVector(), in upscaleMotions()
152 ocl_upscaleMotions(_lowResMotions, _highResMotions, scale)) in upscaleMotions()
154 std::vector<Mat> & lowResMotions = *(std::vector<Mat> *)_lowResMotions.getObj(), in upscaleMotions()