Searched refs:mv_row_max (Results 1 – 16 of 16) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 229 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 …]
|
D | block.h | 115 int mv_row_max; member
|
D | rdopt.c | 1276 … 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 …]
|
D | pickinter.c | 876 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()
|
D | temporal_filter.c | 265 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16) in vp8_temporal_filter_iterate_c()
|
D | ethreading.c | 148 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) + (VP8BORDERINPIXELS - 16); in thread_encoding_proc()
|
D | encodeframe.c | 424 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) in encode_mb_row()
|
D | firstpass.c | 594 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/ |
D | vp9_mcomp.c | 50 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 …]
|
D | vp9_mbgraph.c | 36 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()
|
D | vp9_block.h | 149 int mv_row_max; member
|
D | vp9_pickmode.c | 46 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()
|
D | vp9_temporal_filter.c | 235 cpi->mb.mv_row_max = ((cpi->common.mb_rows - 1 - mb_row) * 16) in temporal_filter_iterate_c()
|
D | vp9_rdopt.c | 1641 (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()
|
D | vp9_firstpass.c | 577 x->mv_row_max = ((cm->mb_rows - 1 - mb_row) * 16) in vp9_first_pass()
|
D | vp9_encodeframe.c | 237 x->mv_row_max = (cm->mi_rows - mi_row) * MI_SIZE + VP9_INTERP_EXTEND; in set_offsets()
|