Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c229 int maxr = MIN(x->mv_row_max * 4, in vp8_find_best_sub_pixel_step_iteratively()
246 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()
813 all_in &= ((br+range) <= x->mv_row_max);\
823 if (this_mv.as_mv.row > x->mv_row_max) continue;\
893 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()
1089 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()
1122 (this_row_offset > x->mv_row_min) && (this_row_offset < x->mv_row_max)) in vp8_diamond_search_sad_c()
1213 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()
1246 all_in &= ((best_mv->as_mv.row + ss[i+1].mv.row) < x->mv_row_max); in vp8_diamond_search_sadx4()
1290 (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.c1276 … 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()
1311 …_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()
1433 int tmp_row_max = x->mv_row_max; in vp8_rd_pick_best_mbsegmentation()
1442 if (x->mv_row_max > row_max ) in vp8_rd_pick_best_mbsegmentation()
1443 x->mv_row_max = row_max; in vp8_rd_pick_best_mbsegmentation()
1486 x->mv_row_max = tmp_row_max; in vp8_rd_pick_best_mbsegmentation()
2256 int tmp_row_max = x->mv_row_max; in vp8_rd_pick_inter_mode()
2279 if (x->mv_row_max > row_max ) in vp8_rd_pick_inter_mode()
2280 x->mv_row_max = row_max; in vp8_rd_pick_inter_mode()
2360 x->mv_row_max = tmp_row_max; in vp8_rd_pick_inter_mode()
[all …]
Dpickinter.c876 int tmp_row_max = x->mv_row_max; in vp8_pick_inter_mode()
958 if (x->mv_row_max > row_max ) in vp8_pick_inter_mode()
959 x->mv_row_max = row_max; in vp8_pick_inter_mode()
1027 x->mv_row_max = tmp_row_max; in vp8_pick_inter_mode()
1058 ((mode_mv[this_mode].as_mv.row >> 3) > x->mv_row_max) || in vp8_pick_inter_mode()
Dtemporal_filter.c265 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16) in vp8_temporal_filter_iterate_c()
Dethreading.c148 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); in thread_encoding_proc()
Dencodeframe.c424 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) in encode_mb_row()
Dfirstpass.c594 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); in vp8_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c50 if (x->mv_row_max > row_max) in vp9_set_mv_search_range()
51 x->mv_row_max = row_max; in vp9_set_mv_search_range()
296 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); in vp9_find_best_sub_pixel_tree()
395 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); in vp9_find_best_sub_pixel_comp_tree()
468 ((row + range) <= x->mv_row_max) & in check_bounds()
475 (mv->row >= x->mv_row_min) && (mv->row <= x->mv_row_max); in is_mv_in()
527 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max); in vp9_pattern_search()
909 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()
926 end_row = MIN(range, x->mv_row_max - ref_row); in vp9_full_range_search_c()
1011 clamp_mv(ref_mv, x->mv_col_min, x->mv_col_max, x->mv_row_min, x->mv_row_max); in vp9_diamond_search_sad_c()
[all …]
Dvp9_mbgraph.c36 const int tmp_row_max = x->mv_row_max; in do_16x16_motion_iteration()
73 x->mv_row_max = tmp_row_max; in do_16x16_motion_iteration()
250 x->mv_row_max = (cm->mb_rows - 1) * 8 + BORDER_MV_PIXELS_B16; in update_mbgraph_frame_stats()
299 x->mv_row_max -= 16; in update_mbgraph_frame_stats()
Dvp9_block.h149 int mv_row_max; member
Dvp9_pickmode.c46 int tmp_row_max = x->mv_row_max; in full_pixel_motion_search()
124 x->mv_row_max = tmp_row_max; in full_pixel_motion_search()
Dvp9_temporal_filter.c235 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16) in temporal_filter_iterate_c()
Dvp9_rdopt.c1641 (mv->row >> 3) > x->mv_row_max || in mv_check_bounds()
1890 x->mv_row_min, x->mv_row_max); in rd_check_segment_txsize()
2388 int tmp_row_max = x->mv_row_max; in single_motion_search()
2507 x->mv_row_max = tmp_row_max; in single_motion_search()
2589 int tmp_row_max = x->mv_row_max; in joint_motion_search()
2631 x->mv_row_max = tmp_row_max; in joint_motion_search()
Dvp9_firstpass.c577 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) in vp9_first_pass()
Dvp9_encodeframe.c237 x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()