HomeSort by relevance Sort by last modified time
    Searched refs:work_elem_size (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/src/
cxmatmul.cpp 1114 int work_elem_size = elem_size << (CV_MAT_DEPTH(type) == CV_32F ? 1 : 0); local
    [all...]
  /external/opencv3/modules/core/src/
matmul.cpp 1329 int work_elem_size = elem_size << (CV_MAT_DEPTH(type) == CV_32F ? 1 : 0); local
    [all...]

Completed in 2076 milliseconds