Searched refs:CV_GET_PROC_ARCH (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxswitcher.cpp77 #define CV_GET_PROC_ARCH(model) ((model) & CV_PROC_ARCH_MASK) macro
263 if( CV_GET_PROC_ARCH(cpu_info->model) != CV_PROC_IA32_GENERIC )
546 int arch = CV_GET_PROC_ARCH(cpu_info->model);
730 CV_GET_PROC_ARCH(cpu_info->model) == CV_PROC_IA32_GENERIC )

Completed in 55 milliseconds