Searched refs:mv_col_max (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 242 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 …]
|
D | block.h | 106 int mv_col_max; member
|
D | rdopt.c | 1097 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()
|
D | pickinter.c | 916 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()
|
D | temporal_filter.c | 236 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16) + (16 - 5); in vp8_temporal_filter_iterate_c()
|
D | ethreading.c | 135 x->mv_col_max = in thread_encoding_proc()
|
D | encodeframe.c | 403 x->mv_col_max = in encode_mb_row()
|
D | firstpass.c | 594 x->mv_col_max = in vp8_first_pass()
|