HomeSort by relevance Sort by last modified time
    Searched full:col_max (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 1357 int col_max = ref_col + distance; local
1453 int col_max = ref_col + distance; local
1587 int col_max = ref_col + distance; local
    [all...]
pickinter.c 875 int col_max = (best_ref_mv.as_mv.col>>3) local
961 if (x->mv_col_max > col_max )
962 x->mv_col_max = col_max;
    [all...]
rdopt.c 1421 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL; local
2245 int col_max = (best_ref_mv.as_mv.col>>3) + MAX_FULL_PEL_VAL; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1356 int col_max = ref_col + distance; local
1452 int col_max = ref_col + distance; local
1586 int col_max = ref_col + distance; local
    [all...]
pickinter.c 865 int col_max = (best_ref_mv.as_mv.col>>3) local
951 if (x->mv_col_max > col_max )
952 x->mv_col_max = col_max;
    [all...]
rdopt.c 1422 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL; local
2245 int col_max = (best_ref_mv.as_mv.col>>3) + MAX_FULL_PEL_VAL; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 1358 int col_max = ref_col + distance; local
1454 int col_max = ref_col + distance; local
1588 int col_max = ref_col + distance; local
    [all...]
pickinter.c 868 int col_max = (best_ref_mv.as_mv.col>>3) local
954 if (x->mv_col_max > col_max )
955 x->mv_col_max = col_max;
    [all...]
rdopt.c 1427 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL; local
2250 int col_max = (best_ref_mv.as_mv.col>>3) + MAX_FULL_PEL_VAL; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 34 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; local
39 col_max = MIN(col_max, (MV_UPP >> 3) - 1);
46 if (x->mv_col_max > col_max)
47 x->mv_col_max = col_max;
1451 const int col_max = MIN(ref_mv->col + distance, x->mv_col_max); local
1484 const int col_max = MIN(ref_mv->col + distance, x->mv_col_max); local
1549 const int col_max = MIN(ref_mv->col + distance, x->mv_col_max); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 34 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; local
39 col_max = MIN(col_max, (MV_UPP >> 3) - 1);
46 if (x->mv_col_max > col_max)
47 x->mv_col_max = col_max;
1298 const int col_max = MIN(ref_mv->col + distance, x->mv_col_max); local
1346 const int col_max = MIN(ref_col + distance, x->mv_col_max); local
1437 const int col_max = MIN(ref_col + distance, x->mv_col_max); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 34 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; local
39 col_max = MIN(col_max, (MV_UPP >> 3) - 1);
46 if (x->mv_col_max > col_max)
47 x->mv_col_max = col_max;
1315 const int col_max = MIN(ref_mv->col + distance, x->mv_col_max); local
1363 const int col_max = MIN(ref_col + distance, x->mv_col_max); local
1454 const int col_max = MIN(ref_col + distance, x->mv_col_max); local
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 565 int row_min = 0, col_min = 0, row_max=0, col_max = 0; local
592 if (col > col_max) col_max = col;
625 for (i=col_min; i<=col_max; i++)
632 int dcol = col_max - col_min + 1;
655 if (col_hist[col_max+HSIZE] > col_hist[col_min+HSIZE])
663 quad_count = icvTrimCol(quads,quad_count,col_max,+1);
709 col <= col_max && col >= col_min &&
    [all...]

Completed in 794 milliseconds