OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:col_max
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vp8/encoder/
mcomp.c
1203
int
col_max
= ref_col + distance;
local
1293
int
col_max
= ref_col + distance;
local
1416
int
col_max
= ref_col + distance;
local
[
all
...]
pickinter.c
690
int
col_max
;
local
712
col_max
= (best_ref_mv.col + MAX_FULL_PEL_VAL) >>3;
719
if (x->mv_col_max >
col_max
)
720
x->mv_col_max =
col_max
;
rdopt.c
1342
int
col_max
= (best_ref_mv->col + MAX_FULL_PEL_VAL) >>3;
local
2062
int
col_max
= (best_ref_mv.col + 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
592
if (col >
col_max
)
col_max
= col;
625
for (i=col_min; i<=
col_max
; i++)
632
int dcol =
col_max
- col_min + 1;
655
if (col_hist[
col_max
+HSIZE] > col_hist[col_min+HSIZE])
663
quad_count = icvTrimCol(quads,quad_count,
col_max
,+1);
709
col <=
col_max
&& col >= col_min &&
[
all
...]
Completed in 28 milliseconds