Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcv_cpu_helper.h7 # define CV_CPU_CALL_SSE(fn, args) return (cpu_baseline::fn args) macro
13 # define CV_CPU_CALL_SSE(fn, args) if (CV_CPU_HAS_SUPPORT_SSE) return (opt_SSE::fn args) macro
19 # define CV_CPU_CALL_SSE(fn, args) macro
22 #define __CV_CPU_DISPATCH_CHAIN_SSE(fn, args, mode, ...) CV_CPU_CALL_SSE(fn, args); __CV_EXPAND(__…