Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c233 int maxr = VPXMIN(x->mv_row_max * 4, in vp8_find_best_sub_pixel_step_iteratively()
250 buf_r2 = ((bestmv->as_mv.row + 3) > x->mv_row_max)?(x->mv_row_max - bestmv->as_mv.row):3; in vp8_find_best_sub_pixel_step_iteratively()
817 all_in &= ((br+range) <= x->mv_row_max);\
827 if (this_mv.as_mv.row > x->mv_row_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()
1128 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_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()
1252 all_in &= ((best_mv->as_mv.row + ss[i+1].mv.row) < x->mv_row_max); in vp8_diamond_search_sadx4()
1296 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sadx4()
[all …]
Dblock.h115 int mv_row_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()
1313 …_mode].as_mv.row >> 3) < x->mv_row_min) || ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) || in rd_check_segment()
1435 int tmp_row_max = x->mv_row_max; in vp8_rd_pick_best_mbsegmentation()
1444 if (x->mv_row_max > row_max ) in vp8_rd_pick_best_mbsegmentation()
1445 x->mv_row_max = row_max; in vp8_rd_pick_best_mbsegmentation()
1488 x->mv_row_max = tmp_row_max; in vp8_rd_pick_best_mbsegmentation()
2258 int tmp_row_max = x->mv_row_max; in vp8_rd_pick_inter_mode()
2281 if (x->mv_row_max > row_max ) in vp8_rd_pick_inter_mode()
2282 x->mv_row_max = row_max; in vp8_rd_pick_inter_mode()
2361 x->mv_row_max = tmp_row_max; in vp8_rd_pick_inter_mode()
[all …]
Dpickinter.c1086 int tmp_row_max = x->mv_row_max; in vp8_pick_inter_mode()
1173 if (x->mv_row_max > row_max ) in vp8_pick_inter_mode()
1174 x->mv_row_max = row_max; in vp8_pick_inter_mode()
1244 x->mv_row_max = tmp_row_max; in vp8_pick_inter_mode()
1277 ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) || in vp8_pick_inter_mode()
Dtemporal_filter.c268 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16) in vp8_temporal_filter_iterate_c()
Dethreading.c146 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); in thread_encoding_proc()
Dencodeframe.c425 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) in encode_mb_row()
Dfirstpass.c595 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); in vp8_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mbgraph.c40 const int tmp_row_max = x->mv_row_max; in do_16x16_motion_iteration()
81 x->mv_row_max = tmp_row_max; in do_16x16_motion_iteration()
251 x->mv_row_max = (cm->mb_rows - 1) * 8 + BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()
296 x->mv_row_max -= 16; in update_mbgraph_frame_stats()
Dvp9_mcomp.c54 if (x->mv_row_max > row_max) in vp9_set_mv_search_range()
55 x->mv_row_max = row_max; in vp9_set_mv_search_range()
304 const int maxr = VPXMIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); \
675 const int maxr = VPXMIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); in vp9_find_best_sub_pixel_tree()
799 ((row + range) <= x->mv_row_max) & in check_bounds()
806 (mv->row >= x->mv_row_min) && (mv->row <= x->mv_row_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()
1553 end_row = VPXMIN(range, x->mv_row_max - ref_mv->row); in vp9_full_range_search_c()
[all …]
Dvp9_block.h101 int mv_row_max; member
Dvp9_pickmode.c142 const int tmp_row_max = x->mv_row_max; in combined_motion_search()
174 x->mv_row_max = tmp_row_max; in combined_motion_search()
1801 const int tmp_row_max = x->mv_row_max; in vp9_pick_inter_mode_sub8x8()
1823 x->mv_row_max = tmp_row_max; in vp9_pick_inter_mode_sub8x8()
Dvp9_temporal_filter.c329 cpi->td.mb.mv_row_max = ((mb_rows - 1 - mb_row) * 16) in temporal_filter_iterate_c()
Dvp9_rdopt.c1464 (mv->row >> 3) > x->mv_row_max || in mv_check_bounds()
1608 int tmp_row_max = x->mv_row_max; in joint_motion_search()
1672 x->mv_row_max = tmp_row_max; in joint_motion_search()
1880 x->mv_row_min, x->mv_row_max); in rd_pick_best_sub8x8_mode()
2241 int tmp_row_max = x->mv_row_max; in single_motion_search()
2324 x->mv_row_max = tmp_row_max; in single_motion_search()
Dvp9_firstpass.c646 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) in vp9_first_pass()
Dvp9_encodeframe.c207 x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()