Searched defs:col_max (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/vp8/encoder/
H A Dmcomp.c1203 int col_max = ref_col + distance; local
1226 if (col_max > x->mv_col_max)
1227 col_max = x->mv_col_max;
1240 for (c = col_min; c < col_max; c++)
1293 int col_max = ref_col + distance; local
1316 if (col_max > x->mv_col_max)
1317 col_max = x->mv_col_max;
1331 while ((c + 2) < col_max)
1360 while (c < col_max)
1416 int col_max local
[all...]
H A Dpickinter.c690 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;
H A Drdopt.c1342 int col_max = (best_ref_mv->col + MAX_FULL_PEL_VAL) >>3; local
1354 if (x->mv_col_max > col_max )
1355 x->mv_col_max = col_max;
2062 int col_max = (best_ref_mv.col + MAX_FULL_PEL_VAL) >>3; local
2074 if (x->mv_col_max > col_max )
2075 x->mv_col_max = col_max;
/external/opencv/cv/src/
H A Dcvcalibinit.cpp565 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 &&

Completed in 30 milliseconds