Searched refs:col_max (Results 1 – 4 of 4) sorted by relevance
34 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; in vp9_set_mv_search_range() local39 col_max = MIN(col_max, (MV_UPP >> 3) - 1); in vp9_set_mv_search_range()46 if (x->mv_col_max > col_max) in vp9_set_mv_search_range()47 x->mv_col_max = col_max; in vp9_set_mv_search_range()1315 const int col_max = MIN(ref_mv->col + distance, x->mv_col_max); in vp9_full_search_sad_c() local1325 for (c = col_min; c < col_max; ++c) { in vp9_full_search_sad_c()1363 const int col_max = MIN(ref_col + distance, x->mv_col_max); in vp9_full_search_sadx3() local1386 while ((c + 2) < col_max && fn_ptr->sdx3f != NULL) { in vp9_full_search_sadx3()1410 while (c < col_max) { in vp9_full_search_sadx3()1454 const int col_max = MIN(ref_col + distance, x->mv_col_max); in vp9_full_search_sadx8() local[all …]
1358 int col_max = ref_col + distance; in vp8_full_search_sad_c() local1386 if (col_max > x->mv_col_max) in vp8_full_search_sad_c()1387 col_max = x->mv_col_max; in vp8_full_search_sad_c()1400 for (c = col_min; c < col_max; c++) in vp8_full_search_sad_c()1454 int col_max = ref_col + distance; in vp8_full_search_sadx3() local1484 if (col_max > x->mv_col_max) in vp8_full_search_sadx3()1485 col_max = x->mv_col_max; in vp8_full_search_sadx3()1499 while ((c + 2) < col_max) in vp8_full_search_sadx3()1529 while (c < col_max) in vp8_full_search_sadx3()1588 int col_max = ref_col + distance; in vp8_full_search_sadx8() local[all …]
868 int col_max = (best_ref_mv.as_mv.col>>3) in vp8_pick_inter_mode() local954 if (x->mv_col_max > col_max ) in vp8_pick_inter_mode()955 x->mv_col_max = col_max; in vp8_pick_inter_mode()
1427 int col_max = (best_ref_mv->as_mv.col>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation() local1438 if (x->mv_col_max > col_max ) in vp8_rd_pick_best_mbsegmentation()1439 x->mv_col_max = col_max; in vp8_rd_pick_best_mbsegmentation()2250 int col_max = (best_ref_mv.as_mv.col>>3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_inter_mode() local2275 if (x->mv_col_max > col_max ) in vp8_rd_pick_inter_mode()2276 x->mv_col_max = col_max; in vp8_rd_pick_inter_mode()