Searched defs:row_max (Results 1 – 6 of 6) sorted by relevance
1307 int row_max = ref_row + distance; in vp8_full_search_sad_c() local1393 int row_max = ref_row + distance; in vp8_full_search_sadx3() local1512 int row_max = ref_row + distance; in vp8_full_search_sadx8() local
1241 int row_max = (best_ref_mv->as_mv.row >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_best_mbsegmentation() local2032 int row_max = (best_ref_mv.as_mv.row >> 3) + MAX_FULL_PEL_VAL; in vp8_rd_pick_inter_mode() local
1003 int row_max = (best_ref_mv.as_mv.row >> 3) + MAX_FULL_PEL_VAL; in vp8_pick_inter_mode() local
41 int row_max = (mv->row >> 3) + MAX_FULL_PEL_VAL; in vp9_set_mv_search_range() local2051 const int row_max = VPXMIN(ref_mv->row + distance, x->mv_limits.row_max); in vp9_full_search_sad_c() local2086 const int row_max = VPXMIN(ref_mv->row + distance, x->mv_limits.row_max); in vp9_full_search_sadx3() local2152 const int row_max = VPXMIN(ref_mv->row + distance, x->mv_limits.row_max); in vp9_full_search_sadx8() local
61 int row_max; member
565 int row_min = 0, col_min = 0, row_max=0, col_max = 0; in icvOrderFoundConnectedQuads() local