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

  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 29 const int row_min = (mv->row >> 3) - MAX_FULL_PEL_VAL + (mv->row & 7 ? 1 : 0); local
39 if (x->mv_row_min < row_min)
40 x->mv_row_min = row_min;
1484 int row_min = ref_row - distance; local
1573 int row_min = ref_row - distance; local
1695 int row_min = ref_row - distance; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1353 int row_min = ref_row - distance; local
1449 int row_min = ref_row - distance; local
1583 int row_min = ref_row - distance; local
    [all...]
rdopt.c 1424 int row_min = ((best_ref_mv->as_mv.row+7)>>3) - MAX_FULL_PEL_VAL; local
2247 int row_min = ((best_ref_mv.as_mv.row+7)>>3) - MAX_FULL_PEL_VAL; local
    [all...]
pickinter.c 864 int row_min = ((best_ref_mv.as_mv.row+7)>>3) - MAX_FULL_PEL_VAL; local
953 if (x->mv_row_min < row_min )
954 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 76 milliseconds