Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c229 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 …]
Dblock.h113 int mv_col_max; member
Drdopt.c1278 … 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 …]
Dpickinter.c1084 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()
Dtemporal_filter.c282 cpi->mb.mv_col_max = ((cpi->common.mb_cols - 1 - mb_col) * 16) in vp8_temporal_filter_iterate_c()
Dethreading.c144 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16); in thread_encoding_proc()
Dencodeframe.c449 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) in encode_mb_row()
Dfirstpass.c634 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + (VP8BORDERINPIXELS - 16); in vp8_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mbgraph.c38 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()
Dvp9_mcomp.c50 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 …]
Dvp9_block.h99 int mv_col_max; member
Dvp9_pickmode.c140 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()
Dvp9_temporal_filter.c340 cpi->td.mb.mv_col_max = ((mb_cols - 1 - mb_col) * 16) in temporal_filter_iterate_c()
Dvp9_rdopt.c1466 (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()
Dvp9_firstpass.c753 x->mv_col_max = ((cm->mb_cols - 1 - mb_col) * 16) + BORDER_MV_PIXELS_B16; in vp9_first_pass()
Dvp9_encodeframe.c208 x->mv_col_max = (cm->mi_cols - mi_col) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()