Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c242 int maxc = VPXMIN(x->mv_col_max * 4, in vp8_find_best_sub_pixel_step_iteratively()
808 all_in &= ((bc + range) <= x->mv_col_max); \
814 if (this_mv.as_mv.col > x->mv_col_max) continue; \
872 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, in vp8_hex_search()
1058 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, in vp8_diamond_search_sad_c()
1091 (this_col_offset < x->mv_col_max) && in vp8_diamond_search_sad_c()
1171 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, in vp8_diamond_search_sadx4()
1207 all_in &= ((best_mv->as_mv.col + ss[i + 3].mv.col) < x->mv_col_max); in vp8_diamond_search_sadx4()
1243 (this_col_offset < x->mv_col_max) && in vp8_diamond_search_sadx4()
1335 if (col_max > x->mv_col_max) col_max = x->mv_col_max; in vp8_full_search_sad_c()
[all …]
Dblock.h106 int mv_col_max; member
Drdopt.c1097 vp8_clamp_mv(&mvp_full, x->mv_col_min, x->mv_col_max, x->mv_row_min, in rd_check_segment()
1131 ((mode_mv[this_mode].as_mv.col >> 3) > x->mv_col_max)) { in rd_check_segment()
1239 int tmp_col_max = x->mv_col_max; in vp8_rd_pick_best_mbsegmentation()
1246 if (x->mv_col_max > col_max) x->mv_col_max = col_max; in vp8_rd_pick_best_mbsegmentation()
1299 x->mv_col_max = tmp_col_max; in vp8_rd_pick_best_mbsegmentation()
2034 int tmp_col_max = x->mv_col_max; in vp8_rd_pick_inter_mode()
2054 if (x->mv_col_max > col_max) x->mv_col_max = col_max; in vp8_rd_pick_inter_mode()
2120 x->mv_col_max = tmp_col_max; in vp8_rd_pick_inter_mode()
2167 ((mode_mv[this_mode].as_mv.col >> 3) > x->mv_col_max)) { in vp8_rd_pick_inter_mode()
Dpickinter.c916 int tmp_col_max = x->mv_col_max; in vp8_pick_inter_mode()
992 if (x->mv_col_max > col_max) x->mv_col_max = col_max; in vp8_pick_inter_mode()
1050 x->mv_col_max = tmp_col_max; in vp8_pick_inter_mode()
1087 ((mode_mv[this_mode].as_mv.col >> 3) > x->mv_col_max)) { in vp8_pick_inter_mode()
Dtemporal_filter.c236 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16) + (16 - 5); in vp8_temporal_filter_iterate_c()
Dethreading.c135 x->mv_col_max = in thread_encoding_proc()
Dencodeframe.c403 x->mv_col_max = in encode_mb_row()
Dfirstpass.c594 x->mv_col_max = in vp8_first_pass()