OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_rows
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvderiv.cpp
383
int
min_rows
= max_ky*2 + 3, rows = MAX(
min_rows
,10), row_sz;
local
392
buf_size = MAX( buf_size,
min_rows
*row_sz );
[
all
...]
cvfilter.cpp
99
int
min_rows
= max_ky*2 + 3, rows = MAX(
min_rows
,10), row_sz;
local
118
buf_size = MAX( buf_size,
min_rows
*row_sz );
[
all
...]
Completed in 462 milliseconds