Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
Dboost.cpp568 uint64 effective_buf_size = 0; in setData() local
635effective_buf_size = (uint64)(work_var_count + 1)*(uint64)sample_count * buf_count; // this is the… in setData()
644 if ((uint64)effective_buf_width * (uint64)effective_buf_height != effective_buf_size) in setData()
Dold_ml_tree.cpp173 uint64 effective_buf_size = 0; in set_data() local
309effective_buf_size = (uint64)(work_var_count + 1)*(uint64)sample_count * buf_count; // this is the… in set_data()
318 if ((uint64)effective_buf_width * (uint64)effective_buf_height != effective_buf_size) in set_data()