OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:row_max
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/url_request/
view_cache_helper.cc
39
size_t
row_max
= std::min(kMaxRows, buf_len);
local
42
for (i = 0; i <
row_max
; ++i)
44
for (i =
row_max
; i < kMaxRows; ++i)
49
for (i = 0; i <
row_max
; ++i, ++p) {
59
buf +=
row_max
;
60
buf_len -=
row_max
;
/external/libvpx/vp8/encoder/
mcomp.c
1201
int
row_max
= ref_row + distance;
local
1291
int
row_max
= ref_row + distance;
local
1414
int
row_max
= ref_row + distance;
local
[
all
...]
pickinter.c
692
int
row_max
;
local
714
row_max
= (best_ref_mv.row + MAX_FULL_PEL_VAL) >>3;
723
if (x->mv_row_max >
row_max
)
724
x->mv_row_max =
row_max
;
rdopt.c
1344
int
row_max
= (best_ref_mv->row + MAX_FULL_PEL_VAL) >>3;
local
2064
int
row_max
= (best_ref_mv.row + MAX_FULL_PEL_VAL) >>3;
local
[
all
...]
/external/opencv/cv/src/
cvcalibinit.cpp
565
int row_min = 0, col_min = 0,
row_max
=0, col_max = 0;
local
590
if (row >
row_max
)
row_max
= row;
631
int drow =
row_max
- row_min + 1;
671
if (row_hist[
row_max
+HSIZE] > row_hist[row_min+HSIZE])
679
quad_count = icvTrimRow(quads,quad_count,
row_max
,+1);
710
row <=
row_max
&& row >= row_min)
[
all
...]
Completed in 740 milliseconds