Searched defs:col_max (Results 1 – 6 of 6) sorted by relevance
1309 int col_max = ref_col + distance; in vp8_full_search_sad_c() local1395 int col_max = ref_col + distance; in vp8_full_search_sadx3() local1514 int col_max = ref_col + distance; in vp8_full_search_sadx8() local
1240 int col_max = (best_ref_mv->as_mv.col >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation() local2031 int col_max = (best_ref_mv.as_mv.col >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_inter_mode() local
1002 int col_max = (best_ref_mv.as_mv.col >> 3) + MAX_FULL_PEL_VAL; in vp8_pick_inter_mode() local
40 int col_max = (mv->col >> 3) + MAX_FULL_PEL_VAL; in vp9_set_mv_search_range() local2053 const int col_max = VPXMIN(ref_mv->col + distance, x->mv_limits.col_max); in vp9_full_search_sad_c() local2088 const int col_max = VPXMIN(ref_mv->col + distance, x->mv_limits.col_max); in vp9_full_search_sadx3() local2154 const int col_max = VPXMIN(ref_mv->col + distance, x->mv_limits.col_max); in vp9_full_search_sadx8() local
59 int col_max; member
565 int row_min = 0, col_min = 0, row_max=0, col_max = 0; in icvOrderFoundConnectedQuads() local