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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1306 int row_min = ref_row - distance; local
1392 int row_min = ref_row - distance; local
1511 int row_min = ref_row - distance; local
    [all...]
pickinter.c 912 int row_min = ((best_ref_mv.as_mv.row + 7) >> 3) - MAX_FULL_PEL_VAL; local
    [all...]
rdopt.c 1234 int row_min = ((best_ref_mv->as_mv.row + 7) >> 3) - MAX_FULL_PEL_VAL; local
2025 int row_min = ((best_ref_mv.as_mv.row + 7) >> 3) - MAX_FULL_PEL_VAL; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 60 int row_min; member in struct:__anon26194
vp9_mcomp.c 39 int row_min = (mv->row >> 3) - MAX_FULL_PEL_VAL + (mv->row & 7 ? 1 : 0); local
44 row_min = VPXMAX(row_min, (MV_LOW >> 3) + 1);
52 if (mv_limits->row_min < row_min) mv_limits->row_min = row_min;
63 subpel_mv_limits->row_min = VPXMAX(umv_window_limits->row_min * 8,
70 subpel_mv_limits->row_min = VPXMAX(MV_LOW + 1, subpel_mv_limits->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 125 milliseconds