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.c244 int maxc = VPXMIN(x->mv_col_max * 4, in vp8_find_best_sub_pixel_step_iteratively()
810 all_in &= ((bc + range) <= x->mv_col_max); \
816 if (this_mv.as_mv.col > x->mv_col_max) continue; \
874 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, in vp8_hex_search()
1060 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, in vp8_diamond_search_sad_c()
1093 (this_col_offset < x->mv_col_max) && in vp8_diamond_search_sad_c()
1172 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, in vp8_diamond_search_sadx4()
1208 all_in &= ((best_mv->as_mv.col + ss[i + 3].mv.col) < x->mv_col_max); in vp8_diamond_search_sadx4()
1244 (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.c1102 vp8_clamp_mv(&mvp_full, x->mv_col_min, x->mv_col_max, x->mv_row_min, in rd_check_segment()
1136 ((mode_mv[this_mode].as_mv.col >> 3) > x->mv_col_max)) { in rd_check_segment()
1244 int tmp_col_max = x->mv_col_max; in vp8_rd_pick_best_mbsegmentation()
1251 if (x->mv_col_max > col_max) x->mv_col_max = col_max; in vp8_rd_pick_best_mbsegmentation()
1304 x->mv_col_max = tmp_col_max; in vp8_rd_pick_best_mbsegmentation()
2035 int tmp_col_max = x->mv_col_max; in vp8_rd_pick_inter_mode()
2055 if (x->mv_col_max > col_max) x->mv_col_max = col_max; in vp8_rd_pick_inter_mode()
2121 x->mv_col_max = tmp_col_max; in vp8_rd_pick_inter_mode()
2166 ((mode_mv[this_mode].as_mv.col >> 3) > x->mv_col_max)) { in vp8_rd_pick_inter_mode()
Dpickinter.c1006 int tmp_col_max = x->mv_col_max; in vp8_pick_inter_mode()
1082 if (x->mv_col_max > col_max) x->mv_col_max = col_max; in vp8_pick_inter_mode()
1140 x->mv_col_max = tmp_col_max; in vp8_pick_inter_mode()
1175 ((mode_mv[this_mode].as_mv.col >> 3) > x->mv_col_max)) { in vp8_pick_inter_mode()
Dtemporal_filter.c234 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16) + (16 - 5); in vp8_temporal_filter_iterate_c()
Dethreading.c136 x->mv_col_max = in thread_encoding_proc()
Dencodeframe.c406 x->mv_col_max = in encode_mb_row()
Dfirstpass.c594 x->mv_col_max = in vp8_first_pass()