Lines Matching refs:buf1
236 Mat cv::superres::convertToType(const Mat& src, int type, Mat& buf0, Mat& buf1) in convertToType() argument
252 convertToDepth(src, buf1, depth); in convertToType()
253 return buf1; in convertToType()
257 convertToDepth(buf0, buf1, depth); in convertToType()
258 return buf1; in convertToType()
261 UMat cv::superres::convertToType(const UMat& src, int type, UMat& buf0, UMat& buf1) in convertToType() argument
277 convertToDepth(src, buf1, depth); in convertToType()
278 return buf1; in convertToType()
282 convertToDepth(buf0, buf1, depth); in convertToType()
283 return buf1; in convertToType()
286 GpuMat cv::superres::convertToType(const GpuMat& src, int type, GpuMat& buf0, GpuMat& buf1) in convertToType() argument
302 convertToDepth(src, buf1, depth); in convertToType()
303 return buf1; in convertToType()
307 convertToDepth(buf0, buf1, depth); in convertToType()
308 return buf1; in convertToType()