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

  /external/opencv3/apps/traincascade/
boost.cpp 568 uint64 effective_buf_size = 0; local
635 effective_buf_size = (uint64)(work_var_count + 1)*(uint64)sample_count * buf_count; // this is the total size of "CvMat buf" to be allocated
644 if ((uint64)effective_buf_width * (uint64)effective_buf_height != effective_buf_size)
    [all...]
old_ml_tree.cpp 173 uint64 effective_buf_size = 0; local
309 effective_buf_size = (uint64)(work_var_count + 1)*(uint64)sample_count * buf_count; // this is the total size of "CvMat buf" to be allocated
318 if ((uint64)effective_buf_width * (uint64)effective_buf_height != effective_buf_size)
    [all...]

Completed in 91 milliseconds