Home
last modified time | relevance | path

Searched refs:buf_head (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cv/include/
Dcv.hpp146 uchar *buf_start, *buf_end, *buf_head, *buf_tail; member in CvBaseImageFilter
/external/opencv/cv/src/
Dcvfilter.cpp522 buf_head = buf_tail = buf_start; in process()
551 bptr = buf_head; in process()
580 … for( bptr = row_count > 0 ?rows[count] : 0; buf_head != bptr && buf_count > 0; buf_count-- ) in process()
582 buf_head += buf_step; in process()
583 if( buf_head >= buf_end ) in process()
584 buf_head = buf_start; in process()