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

  /external/libvpx/vp8/encoder/
mcomp.c 1200 int row_min = ref_row - distance; local
1290 int row_min = ref_row - distance; local
1413 int row_min = ref_row - distance; local
    [all...]
pickinter.c 691 int row_min; local
713 row_min = (best_ref_mv.row - MAX_FULL_PEL_VAL) >>3;
721 if (x->mv_row_min < row_min )
722 x->mv_row_min = row_min;
rdopt.c 1343 int row_min = (best_ref_mv->row - MAX_FULL_PEL_VAL) >>3; local
2063 int row_min = (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
591 if (row < row_min) row_min = row;
631 int drow = row_max - row_min + 1;
671 if (row_hist[row_max+HSIZE] > row_hist[row_min+HSIZE])
674 quad_count = icvTrimRow(quads,quad_count,row_min,-1);
710 row <= row_max && row >= row_min)
    [all...]

Completed in 553 milliseconds