HomeSort by relevance Sort by last modified time
    Searched refs:col_max (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1353 int col_max = ref_col + distance; local
1449 int col_max = ref_col + distance; local
1583 int col_max = ref_col + distance; local
    [all...]
rdopt.c 1421 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL; local
2240 int col_max = (best_ref_mv.as_mv.col>>3) + MAX_FULL_PEL_VAL; local
    [all...]
pickinter.c 864 int col_max = (best_ref_mv.as_mv.col>>3) local
950 if (x->mv_col_max > col_max )
951 x->mv_col_max = col_max;
    [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 205 milliseconds