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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1307 int row_max = ref_row + distance; local
1393 int row_max = ref_row + distance; local
1512 int row_max = ref_row + distance; local
    [all...]
pickinter.c 1003 int row_max = (best_ref_mv.as_mv.row >> 3) + MAX_FULL_PEL_VAL; local
    [all...]
rdopt.c 1241 int row_max = (best_ref_mv->as_mv.row >> 3) + MAX_FULL_PEL_VAL; local
2032 int row_max = (best_ref_mv.as_mv.row >> 3) + MAX_FULL_PEL_VAL; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 61 int row_max; member in struct:__anon24537
vp9_mcomp.c 41 int row_max = (mv->row >> 3) + MAX_FULL_PEL_VAL; local
46 row_max = VPXMIN(row_max, (MV_UPP >> 3) - 1);
53 if (mv_limits->row_max > row_max) mv_limits->row_max = row_max;
65 subpel_mv_limits->row_max = VPXMIN(umv_window_limits->row_max * 8,
71 subpel_mv_limits->row_max = VPXMIN(MV_UPP - 1, subpel_mv_limits->row_max)
2051 const int row_max = VPXMIN(ref_mv->row + distance, x->mv_limits.row_max); local
2086 const int row_max = VPXMIN(ref_mv->row + distance, x->mv_limits.row_max); local
2152 const int row_max = VPXMIN(ref_mv->row + distance, x->mv_limits.row_max); local
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 565 int row_min = 0, col_min = 0, row_max=0, col_max = 0; local
590 if (row > row_max) row_max = row;
631 int drow = row_max - row_min + 1;
671 if (row_hist[row_max+HSIZE] > row_hist[row_min+HSIZE])
679 quad_count = icvTrimRow(quads,quad_count,row_max,+1);
710 row <= row_max && row >= row_min)
    [all...]

Completed in 111 milliseconds