Home
last modified time | relevance | path

Searched refs:mv_row_max (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c246 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; \
873 x->mv_row_max); in vp8_hex_search()
1059 x->mv_row_max); in vp8_diamond_search_sad_c()
1093 (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sad_c()
1172 x->mv_row_max); in vp8_diamond_search_sadx4()
1205 all_in &= ((best_mv->as_mv.row + ss[i + 1].mv.row) < x->mv_row_max); in vp8_diamond_search_sadx4()
[all …]
Dblock.h108 int mv_row_max; member
Drdopt.c1098 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()
2036 int tmp_row_max = x->mv_row_max; in vp8_rd_pick_inter_mode()
2056 if (x->mv_row_max > row_max) x->mv_row_max = row_max; in vp8_rd_pick_inter_mode()
2122 x->mv_row_max = tmp_row_max; in vp8_rd_pick_inter_mode()
2165 ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) || in vp8_rd_pick_inter_mode()
Dpickinter.c918 int tmp_row_max = x->mv_row_max; in vp8_pick_inter_mode()
994 if (x->mv_row_max > row_max) x->mv_row_max = row_max; in vp8_pick_inter_mode()
1052 x->mv_row_max = tmp_row_max; in vp8_pick_inter_mode()
1085 ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) || in vp8_pick_inter_mode()
Dtemporal_filter.c224 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16) + (16 - 5); in vp8_temporal_filter_iterate_c()
Dethreading.c138 x->mv_row_max = in thread_encoding_proc()
Dencodeframe.c382 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); in encode_mb_row()
Dfirstpass.c556 x->mv_row_max = in vp8_first_pass()