OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf_count
(Results
1 - 5
of
5
) sorted by null
/external/opencv/cv/include/
cv.hpp
122
the method initializes ring buffer (buf_end, buf_head, buf_tail,
buf_count
, rows),
147
int buf_size, buf_step,
buf_count
, buf_max_count;
member in class:CvBaseImageFilter
/external/opencv/cv/src/
cvfilter.cpp
349
for( ;
buf_count
< buf_max_count && y < y2;
buf_count
++, y++, src += src_step )
523
buf_count
= 0;
552
for( i = 0; i <
buf_count
; i++ )
560
row_count = top_rows +
buf_count
;
580
for( bptr = row_count > 0 ?rows[count] : 0; buf_head != bptr &&
buf_count
> 0;
buf_count
-- )
[
all
...]
cvmorph.cpp
332
for( ;
buf_count
< buf_max_count && y < y2;
buf_count
++, y++, src += src_step )
[
all
...]
/external/opencv/ml/src/
mltree.cpp
172
buf_count
= data->
buf_count
; buf_size = data->buf_size;
263
buf_count
= shared ? 3 : 2;
264
CV_CALL( buf = cvCreateMat(
buf_count
, buf_size, CV_32SC1 ));
931
buf_count
= buf_size = 0;
996
if( idx >=
buf_count
)
[
all
...]
/external/opencv/ml/include/
ml.h
796
int
buf_count
, buf_size;
member in struct:CvDTreeTrainData
[
all
...]
Completed in 749 milliseconds