Searched refs:_lowResMotions (Results 1 – 1 of 1) sorted by relevance
131 …bool ocl_upscaleMotions(InputArrayOfArrays _lowResMotions, OutputArrayOfArrays _highResMotions, in… in ocl_upscaleMotions() argument133 std::vector<UMat> & lowResMotions = *(std::vector<UMat> *)_lowResMotions.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()154 std::vector<Mat> & lowResMotions = *(std::vector<Mat> *)_lowResMotions.getObj(), in upscaleMotions()