Searched refs:mv_row_max (Results 1 – 8 of 8) sorted by relevance
246 int maxr = VPXMIN(x->mv_row_max * 4, in vp8_find_best_sub_pixel_step_iteratively()265 buf_r2 = ((bestmv->as_mv.row + 3) > x->mv_row_max) in vp8_find_best_sub_pixel_step_iteratively()266 ? (x->mv_row_max - bestmv->as_mv.row) in vp8_find_best_sub_pixel_step_iteratively()806 all_in &= ((br + range) <= x->mv_row_max); \816 if (this_mv.as_mv.row > x->mv_row_max) continue; \871 x->mv_row_max); in vp8_hex_search()1057 x->mv_row_max); in vp8_diamond_search_sad_c()1091 (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sad_c()1170 x->mv_row_max); in vp8_diamond_search_sadx4()1203 all_in &= ((best_mv->as_mv.row + ss[i + 1].mv.row) < x->mv_row_max); in vp8_diamond_search_sadx4()[all …]
108 int mv_row_max; member
1098 x->mv_row_max); in rd_check_segment()1129 ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) || in rd_check_segment()1241 int tmp_row_max = x->mv_row_max; in vp8_rd_pick_best_mbsegmentation()1248 if (x->mv_row_max > row_max) x->mv_row_max = row_max; in vp8_rd_pick_best_mbsegmentation()1301 x->mv_row_max = tmp_row_max; in vp8_rd_pick_best_mbsegmentation()2041 int tmp_row_max = x->mv_row_max; in vp8_rd_pick_inter_mode()2061 if (x->mv_row_max > row_max) x->mv_row_max = row_max; in vp8_rd_pick_inter_mode()2127 x->mv_row_max = tmp_row_max; in vp8_rd_pick_inter_mode()2170 ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) || in vp8_rd_pick_inter_mode()
921 int tmp_row_max = x->mv_row_max; in vp8_pick_inter_mode()997 if (x->mv_row_max > row_max) x->mv_row_max = row_max; in vp8_pick_inter_mode()1055 x->mv_row_max = tmp_row_max; in vp8_pick_inter_mode()1088 ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) || in vp8_pick_inter_mode()
224 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16) + (16 - 5); in vp8_temporal_filter_iterate_c()
138 x->mv_row_max = in thread_encoding_proc()
382 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); in encode_mb_row()
552 x->mv_row_max = in vp8_first_pass()