OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buf_tail
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
cvmorph.cpp
334
uchar* trow = is_separable ? buf_end :
buf_tail
;
366
x_func( trow,
buf_tail
, this );
368
buf_tail
+= buf_step;
369
if(
buf_tail
>= buf_end )
370
buf_tail
= buf_start;
[
all
...]
cvfilter.cpp
351
uchar* trow = is_separable ? buf_end :
buf_tail
;
393
x_func( bptr,
buf_tail
, this );
403
buf_tail
+= buf_step;
404
if(
buf_tail
>= buf_end )
405
buf_tail
= buf_start;
522
buf_head =
buf_tail
= buf_start;
[
all
...]
/external/opencv/cv/include/
cv.hpp
122
the method initializes ring buffer (buf_end, buf_head,
buf_tail
, buf_count, rows),
146
uchar *buf_start, *buf_end, *buf_head, *
buf_tail
;
member in class:CvBaseImageFilter
Completed in 79 milliseconds