OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sample_idx
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/mp4/
track_run_iterator.cc
436
size_t
sample_idx
= sample_itr_ - run_itr_->samples.begin();
local
437
DCHECK(
sample_idx
< cenc_info_.size());
438
const FrameCENCInfo& cenc_info = cenc_info_[
sample_idx
];
/external/opencv/ml/src/
mlem.cpp
78
CvEM::CvEM( const CvMat* samples, const CvMat*
sample_idx
,
85
train(samples,
sample_idx
, params, labels);
308
CvMat*
sample_idx
= 0;
local
325
0, 0, 0, &
sample_idx
));
374
int idx =
sample_idx
?
sample_idx
->data.i[i] : i;
387
if(
sample_idx
!= _sample_idx )
388
cvReleaseMat( &
sample_idx
);
[
all
...]
mlann_mlp.cpp
691
CvMat*
sample_idx
= 0;
local
732
CV_CALL(
sample_idx
= cvPreprocessIndexArray( _sample_idx, _inputs->rows ));
733
sidx =
sample_idx
->data.i;
734
count =
sample_idx
->cols +
sample_idx
->rows - 1;
807
cvReleaseMat( &
sample_idx
);
[
all
...]
mltree.cpp
130
CvMat*
sample_idx
= 0;
local
213
CV_CALL(
sample_idx
= cvPreprocessIndexArray( _sample_idx, sample_all ));
214
sidx =
sample_idx
->data.i;
215
sample_count =
sample_idx
->rows +
sample_idx
->cols - 1;
540
cvReleaseMat( &
sample_idx
);
[
all
...]
Completed in 225 milliseconds