Searched refs:col_max (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c1357 int col_max = ref_col + distance; local
1385 if (col_max > x->mv_col_max)
1386 col_max = x->mv_col_max;
1399 for (c = col_min; c < col_max; c++)
1453 int col_max = ref_col + distance; local
1483 if (col_max > x->mv_col_max)
1484 col_max = x->mv_col_max;
1498 while ((c + 2) < col_max)
1528 while (c < col_max)
1587 int col_max local
[all...]
H A Drdopt.c1421 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL; local
1432 if (x->mv_col_max > col_max )
1433 x->mv_col_max = col_max;
2245 int col_max = (best_ref_mv.as_mv.col>>3) + MAX_FULL_PEL_VAL; local
2270 if (x->mv_col_max > col_max )
2271 x->mv_col_max = col_max;
H A Dpickinter.c875 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;
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c1356 int col_max = ref_col + distance; local
1384 if (col_max > x->mv_col_max)
1385 col_max = x->mv_col_max;
1398 for (c = col_min; c < col_max; c++)
1452 int col_max = ref_col + distance; local
1482 if (col_max > x->mv_col_max)
1483 col_max = x->mv_col_max;
1497 while ((c + 2) < col_max)
1527 while (c < col_max)
1586 int col_max local
[all...]
H A Drdopt.c1422 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL; local
1433 if (x->mv_col_max > col_max )
1434 x->mv_col_max = col_max;
2245 int col_max = (best_ref_mv.as_mv.col>>3) + MAX_FULL_PEL_VAL; local
2270 if (x->mv_col_max > col_max )
2271 x->mv_col_max = col_max;
H A Dpickinter.c865 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;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c34 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
1459 for (c = col_min; c < col_max; ++c) {
1484 const int col_max = MIN(ref_mv->col + distance, x->mv_col_max); local
1496 while ((c + 2) < col_max) {
1519 while (c < col_max) {
1549 const int col_max = MIN(ref_mv->col + distance, x->mv_col_max); local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c34 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
1308 for (c = col_min; c < col_max; ++c) {
1346 const int col_max = MIN(ref_col + distance, x->mv_col_max); local
1369 while ((c + 2) < col_max && fn_ptr->sdx3f != NULL) {
1393 while (c < col_max) {
1437 const int col_max = MIN(ref_col + distance, x->mv_col_max); local
[all...]
/external/opencv/cv/src/
H A Dcvcalibinit.cpp565 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 &&

Completed in 220 milliseconds