Home
last modified time | relevance | path

Searched refs:_highResMotions (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
134 & highResMotions = *(std::vector<UMat> *)_highResMotions.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()
155 & highResMotions = *(std::vector<Mat> *)_highResMotions.getObj(); in upscaleMotions()