Searched defs:float_depth (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dpyramids.cpp1087 int float_depth = depth == CV_64F ? CV_64F : CV_32F; local
1090 if (depth == CV_8U && float_depth == CV_32F && cn == 1 && ocl::Device::getDefault().isIntel())
1098 ocl::typeToStr(type), ocl::typeToStr(CV_MAKETYPE(float_depth, cn)),
1099 ocl::convertTypeStr(float_depth, depth, cn, cvt[0]),
1100 ocl::convertTypeStr(depth, float_depth, cn, cvt[1]),
1102 cn, kercn, float_depth, borderMap[borderType], local_size
1135 int float_depth = depth == CV_64F ? CV_64F : CV_32F; local
1141 ocl::typeToStr(type), ocl::typeToStr(CV_MAKETYPE(float_depth, channels)),
1142 ocl::convertTypeStr(float_depth, depth, channels, cvt[0]),
1143 ocl::convertTypeStr(depth, float_depth, channel
[all...]

Completed in 293 milliseconds