Searched refs:mv_row_max (Results 1 – 8 of 8) sorted by relevance
216 int maxr = MIN(x->mv_row_max << 2, (ref_mv->row >> 1) + ((1 << mvlong_width) - 1)); in vp8_find_best_sub_pixel_step_iteratively()799 if (br > x->mv_row_max) br = x->mv_row_max; in vp8_hex_search()821 if (nr > x->mv_row_max) continue; in vp8_hex_search()852 if (nr > x->mv_row_max) continue; in vp8_hex_search()886 if (nr > x->mv_row_max) continue; in vp8_hex_search()949 (ref_row > x->mv_row_min) && (ref_row < x->mv_row_max)) in vp8_diamond_search_sad()975 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sad()1064 (ref_row > x->mv_row_min) && (ref_row < x->mv_row_max)) in vp8_diamond_search_sadx4()1088 all_in &= ((best_mv->row + ss[i+1].mv.row) < x->mv_row_max); in vp8_diamond_search_sadx4()1131 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sadx4()[all …]
98 int mv_row_max; member
353 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16) in vp8cx_temp_blur1_c()
107 … x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); in thread_encoding_proc()
1294 …mode_mv[this_mode].row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].row >> 3) > x->mv_row_max) || in vp8_rd_pick_best_mbsegmentation()1904 …mode_mv[this_mode].row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].row >> 3) > x->mv_row_max) || in vp8_rd_pick_inter_mode()
787 …mode_mv[this_mode].row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].row >> 3) > x->mv_row_max) || in vp8_pick_inter_mode()
405 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) in encode_mb_row()
617 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); in vp8_first_pass()