Searched refs:work_depth (Results 1 – 1 of 1) sorted by relevance
386 int work_depth = dst_depth < CV_32F ? CV_32S : CV_32F; in get_work_params() local387 work_type = CV_MAKETYPE( work_depth, CV_MAT_CN(dst_type)*2 ); in get_work_params()