Searched refs:mv_col_max (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | mcomp.c | 245 int maxc = VPXMIN(x->mv_col_max * 4, in vp8_find_best_sub_pixel_step_iteratively() 811 all_in &= ((bc + range) <= x->mv_col_max); \ 817 if (this_mv.as_mv.col > x->mv_col_max) continue; \ 873 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, in vp8_hex_search() 1059 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, in vp8_diamond_search_sad_c() 1092 (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() 1336 if (col_max > x->mv_col_max) col_max = x->mv_col_max; in vp8_full_search_sad() [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() 2039 int tmp_col_max = x->mv_col_max; in vp8_rd_pick_inter_mode() 2059 if (x->mv_col_max > col_max) x->mv_col_max = col_max; in vp8_rd_pick_inter_mode() 2125 x->mv_col_max = tmp_col_max; in vp8_rd_pick_inter_mode() 2172 ((mode_mv[this_mode].as_mv.col >> 3) > x->mv_col_max)) { in vp8_rd_pick_inter_mode()
|
D | pickinter.c | 919 int tmp_col_max = x->mv_col_max; in vp8_pick_inter_mode() 995 if (x->mv_col_max > col_max) x->mv_col_max = col_max; in vp8_pick_inter_mode() 1053 x->mv_col_max = tmp_col_max; in vp8_pick_inter_mode() 1090 ((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 | 398 x->mv_col_max = in encode_mb_row()
|
D | firstpass.c | 590 x->mv_col_max = in vp8_first_pass()
|