Searched refs:mv_col_max (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 229 int maxc = VPXMIN(x->mv_col_max * 4, in vp8_find_best_sub_pixel_step_iteratively() 819 all_in &= ((bc+range) <= x->mv_col_max);\ 825 if (this_mv.as_mv.col > x->mv_col_max) continue;\ 897 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max); in vp8_hex_search() 1095 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max); in vp8_diamond_search_sad_c() 1127 if ((this_col_offset > x->mv_col_min) && (this_col_offset < x->mv_col_max) && in vp8_diamond_search_sad_c() 1219 vp8_clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max); in vp8_diamond_search_sadx4() 1254 all_in &= ((best_mv->as_mv.col + ss[i+3].mv.col) < x->mv_col_max); in vp8_diamond_search_sadx4() 1295 if ((this_col_offset > x->mv_col_min) && (this_col_offset < x->mv_col_max) && in vp8_diamond_search_sadx4() 1391 if (col_max > x->mv_col_max) in vp8_full_search_sad_c() [all …]
|
D | block.h | 113 int mv_col_max; member
|
D | rdopt.c | 1278 … vp8_clamp_mv(&mvp_full, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max); in rd_check_segment() 1314 …is_mode].as_mv.col >> 3) < x->mv_col_min) || ((mode_mv[this_mode].as_mv.col >> 3) > x->mv_col_max)) in rd_check_segment() 1433 int tmp_col_max = x->mv_col_max; in vp8_rd_pick_best_mbsegmentation() 1440 if (x->mv_col_max > col_max ) in vp8_rd_pick_best_mbsegmentation() 1441 x->mv_col_max = col_max; in vp8_rd_pick_best_mbsegmentation() 1486 x->mv_col_max = tmp_col_max; in vp8_rd_pick_best_mbsegmentation() 2256 int tmp_col_max = x->mv_col_max; in vp8_rd_pick_inter_mode() 2277 if (x->mv_col_max > col_max ) in vp8_rd_pick_inter_mode() 2278 x->mv_col_max = col_max; in vp8_rd_pick_inter_mode() 2359 x->mv_col_max = tmp_col_max; in vp8_rd_pick_inter_mode() [all …]
|
D | pickinter.c | 1084 int tmp_col_max = x->mv_col_max; in vp8_pick_inter_mode() 1169 if (x->mv_col_max > col_max ) in vp8_pick_inter_mode() 1170 x->mv_col_max = col_max; in vp8_pick_inter_mode() 1242 x->mv_col_max = tmp_col_max; in vp8_pick_inter_mode() 1279 ((mode_mv[this_mode].as_mv.col >> 3) > x->mv_col_max)) in vp8_pick_inter_mode()
|
D | temporal_filter.c | 282 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16) in vp8_temporal_filter_iterate_c()
|
D | ethreading.c | 144 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16); in thread_encoding_proc()
|
D | encodeframe.c | 449 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) in encode_mb_row()
|
D | firstpass.c | 634 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16); in vp8_first_pass()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mbgraph.c | 38 const int tmp_col_max = x->mv_col_max; in do_16x16_motion_iteration() 79 x->mv_col_max = tmp_col_max; in do_16x16_motion_iteration() 270 x->mv_col_max = (cm->mb_cols - 1) * 8 + BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats() 288 x->mv_col_max -= 16; in update_mbgraph_frame_stats()
|
D | vp9_mcomp.c | 50 if (x->mv_col_max > col_max) in vp9_set_mv_search_range() 51 x->mv_col_max = col_max; in vp9_set_mv_search_range() 302 const int maxc = VPXMIN(x->mv_col_max * 8, ref_mv->col + MV_MAX); \ 673 const int maxc = VPXMIN(x->mv_col_max * 8, ref_mv->col + MV_MAX); in vp9_find_best_sub_pixel_tree() 801 ((col + range) <= x->mv_col_max); in check_bounds() 805 return (mv->col >= x->mv_col_min) && (mv->col <= x->mv_col_max) && in is_mv_in() 908 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max); in vp9_pattern_search() 1083 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max); in vp9_pattern_search_sad() 1545 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max); in vp9_full_range_search_c() 1554 end_col = VPXMIN(range, x->mv_col_max - ref_mv->col); in vp9_full_range_search_c() [all …]
|
D | vp9_block.h | 99 int mv_col_max; member
|
D | vp9_pickmode.c | 140 const int tmp_col_max = x->mv_col_max; in combined_motion_search() 172 x->mv_col_max = tmp_col_max; in combined_motion_search() 1799 const int tmp_col_max = x->mv_col_max; in vp9_pick_inter_mode_sub8x8() 1821 x->mv_col_max = tmp_col_max; in vp9_pick_inter_mode_sub8x8()
|
D | vp9_temporal_filter.c | 340 cpi->td.mb.mv_col_max = ((mb_cols - 1 - mb_col) * 16) in temporal_filter_iterate_c()
|
D | vp9_rdopt.c | 1466 (mv->col >> 3) > x->mv_col_max; in mv_check_bounds() 1606 int tmp_col_max = x->mv_col_max; in joint_motion_search() 1670 x->mv_col_max = tmp_col_max; in joint_motion_search() 1879 clamp_mv(&mvp_full, x->mv_col_min, x->mv_col_max, in rd_pick_best_sub8x8_mode() 2239 int tmp_col_max = x->mv_col_max; in single_motion_search() 2322 x->mv_col_max = tmp_col_max; in single_motion_search()
|
D | vp9_firstpass.c | 753 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + BORDER_MV_PIXELS_B16; in vp9_first_pass()
|
D | vp9_encodeframe.c | 208 x->mv_col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()
|