Searched refs:_highResMotions (Results 1 – 1 of 1) sorted by relevance
131 …bool ocl_upscaleMotions(InputArrayOfArrays _lowResMotions, OutputArrayOfArrays _highResMotions, in… in ocl_upscaleMotions() argument134 & highResMotions = *(std::vector<UMat> *)_highResMotions.getObj(); in ocl_upscaleMotions()149 …void upscaleMotions(InputArrayOfArrays _lowResMotions, OutputArrayOfArrays _highResMotions, int sc… in upscaleMotions() argument151 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()