Home
last modified time | relevance | path

Searched refs:work_depth (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvderiv.cpp386 int work_depth = dst_depth < CV_32F ? CV_32S : CV_32F; in get_work_params() local
387 work_type = CV_MAKETYPE( work_depth, CV_MAT_CN(dst_type)*2 ); in get_work_params()