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

/external/opencv/cxcore/src/
H A Dcxmatmul.cpp48 icvBLAS_GEMM_32f_t icvBLAS_GEMM_32f_p = 0; variable
1031 if( (d_size.width | d_size.height | len) >= 16 && icvBLAS_GEMM_32f_p != 0 )
1033 blas_func = type == CV_32FC1 ? (icvBLAS_GEMM_32f_t)icvBLAS_GEMM_32f_p :

Completed in 22 milliseconds