OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inn_buf
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/apps/traincascade/
old_ml_boost.cpp
170
cv::AutoBuffer<int>
inn_buf
(node->sample_count);
171
const int* labels = data->get_cv_labels( node, (int*)
inn_buf
);
193
cv::AutoBuffer<int>
inn_buf
(n);
194
const int* cat_labels = data->get_cat_var_data( node, vi, (int*)
inn_buf
);
212
cv::AutoBuffer<uchar>
inn_buf
(2*n*sizeof(int)+n*sizeof(float));
213
float* values_buf = (float*)(uchar*)
inn_buf
;
260
cv::AutoBuffer<uchar>
inn_buf
;
local
262
inn_buf
.allocate(n*(3*sizeof(int)+sizeof(float)));
263
uchar* ext_buf = _ext_buf ? _ext_buf : (uchar*)
inn_buf
;
369
cv::AutoBuffer<uchar>
inn_buf
((2*mi+3)*sizeof(double) + mi*sizeof(double*))
490
cv::AutoBuffer<uchar>
inn_buf
;
local
652
cv::AutoBuffer<uchar>
inn_buf
;
local
1140
cv::AutoBuffer<uchar>
inn_buf
;
local
[
all
...]
old_ml_tree.cpp
775
cv::AutoBuffer<uchar>
inn_buf
(sample_count*(2*sizeof(int) + sizeof(float)));
783
const int* src = CvDTreeTrainData::get_cat_var_data( data_root, vi, (int*)(uchar*)
inn_buf
);
813
int *src_idx_buf = (int*)(uchar*)
inn_buf
;
873
const int* sample_idx_src = get_sample_indices(data_root, (int*)(uchar*)
inn_buf
);
914
cv::AutoBuffer<uchar>
inn_buf
(sample_count*(2*sizeof(int) + sizeof(float)));
2383
cv::AutoBuffer<uchar>
inn_buf
;
local
2534
cv::AutoBuffer<uchar>
inn_buf
;
local
[
all
...]
Completed in 1903 milliseconds