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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1350 int row_min = ref_row - distance; local
1446 int row_min = ref_row - distance; local
1580 int row_min = ref_row - distance; local
    [all...]
rdopt.c 1420 int row_min = ((best_ref_mv->as_mv.row+7)>>3) - MAX_FULL_PEL_VAL; local
2239 int row_min = ((best_ref_mv.as_mv.row+7)>>3) - MAX_FULL_PEL_VAL; local
    [all...]
pickinter.c 863 int row_min = ((best_ref_mv.as_mv.row+7)>>3) - MAX_FULL_PEL_VAL; local
952 if (x->mv_row_min < row_min )
953 x->mv_row_min = row_min;
    [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 541 milliseconds