OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_idx_dst
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/apps/traincascade/
boost.cpp
486
unsigned short*
sample_idx_dst
= (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() +
local
489
sample_idx_dst
[i] = (unsigned short)sample_idx_src[sidx[i]];
493
int*
sample_idx_dst
= buf->data.i + root->buf_idx*get_length_subbuf() +
local
496
sample_idx_dst
[i] = sample_idx_src[sidx[i]];
[
all
...]
old_ml_tree.cpp
876
unsigned short*
sample_idx_dst
= (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() +
local
879
sample_idx_dst
[i] = (unsigned short)sample_idx_src[sidx[i]];
883
int*
sample_idx_dst
= buf->data.i + root->buf_idx*get_length_subbuf() +
local
886
sample_idx_dst
[i] = sample_idx_src[sidx[i]];
[
all
...]
Completed in 57 milliseconds