OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:border_tab_sz
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/include/
cv.hpp
123
prev_width, prev_x_range, const_row, border_tab,
border_tab_sz
* */
156
int border_tab_sz1,
border_tab_sz
;
member in class:CvBaseImageFilter
/external/opencv/cv/src/
cvfilter.cpp
175
border_tab_sz
= (ksize.width-1)*src_pix_sz;
176
bsz = cvAlign(
border_tab_sz
*sizeof(int), ALIGN );
269
i2 =
border_tab_sz
;
343
int i, y = y0, bsz1 = border_tab_sz1, bsz =
border_tab_sz
;
[
all
...]
cvmorph.cpp
324
int i, y = y0, bsz1 = border_tab_sz1, bsz =
border_tab_sz
;
[
all
...]
Completed in 336 milliseconds