Home
last modified time | relevance | path

Searched defs:this_mv (Results 1 – 18 of 18) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_mcomp.c609 const MACROBLOCKD *xd, const MV *this_mv, const struct scale_factors *sf, in accurate_sub_pel_search()
789 MV this_mv; in vp9_find_best_sub_pixel_tree() local
829 MV this_mv = { tr, tc }; in vp9_find_best_sub_pixel_tree() local
980 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; in calc_int_cost_list() local
989 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; in calc_int_cost_list() local
1047 const MV this_mv = { br + candidates[t][i].row, in vp9_pattern_search() local
1056 const MV this_mv = { br + candidates[t][i].row, in vp9_pattern_search() local
1089 const MV this_mv = { br + candidates[s][i].row, in vp9_pattern_search() local
1098 const MV this_mv = { br + candidates[s][i].row, in vp9_pattern_search() local
1126 const MV this_mv = { in vp9_pattern_search() local
[all …]
Dvp9_rd.c613 const MV *this_mv = &pred_mv[i]; in vp9_mv_pred() local
Dvp9_rdopt.c1850 static INLINE int compare_mv_mode_rate(MV this_mv, MV mode_mv, in compare_mv_mode_rate()
1864 MV this_mv = mode_mv[this_mode][ref0].as_mv; in skip_single_mode_based_on_mode_rate() local
2683 MV this_mv; in single_motion_search() local
2764 static int discount_newmv_test(VP9_COMP *cpi, int this_mode, int_mv this_mv, in discount_newmv_test()
Dvp9_tpl_model.c1160 int_mv this_mv; in find_best_ref_mv_mode() local
/external/libvpx/vp8/common/
Dfindnearmv.c54 int_mv this_mv; in vp8_find_near_mvs() local
74 int_mv this_mv; in vp8_find_near_mvs() local
/external/libaom/av1/encoder/
Dmcomp.c662 const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, const FULLPEL_MV *this_mv, in get_mvpred_var_cost()
695 const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, const FULLPEL_MV *this_mv, in get_mvpred_compound_var_cost()
817 const FULLPEL_MV this_mv = { br + neighbors[i].row, in calc_int_sad_list() local
824 const FULLPEL_MV this_mv = { br + neighbors[i].row, in calc_int_sad_list() local
841 const FULLPEL_MV this_mv = { br + neighbors[idx].row, in calc_int_sad_list() local
914 const FULLPEL_MV this_mv = { center_mv.row + site[cand_start + j].mv.row, in calc_sad4_update_bestmv() local
942 const FULLPEL_MV this_mv = { center_mv.row + site[index].mv.row, in calc_sad3_update_bestmv() local
970 const FULLPEL_MV this_mv = { center_mv.row + site[i].mv.row, in calc_sad_update_bestmv() local
998 const FULLPEL_MV this_mv = { center_mv.row + site[index].mv.row, in calc_sad_update_bestmv_with_indices() local
1395 const FULLPEL_MV this_mv = { best_mv->row + site[idx].mv.row, in diamond_search_sad() local
[all …]
Dpickcdef.c422 const FULLPEL_MV this_mv = { row, col }; in get_filt_error() local
457 const FULLPEL_MV this_mv = { row + by_pos, col + bx_pos }; in get_filt_error() local
481 const FULLPEL_MV this_mv = { row + by_pos, col + bx_pos }; in get_filt_error() local
Dmotion_search_facade.c327 int_mv this_mv; in av1_single_motion_search() local
736 BLOCK_SIZE bsize, MV *this_mv, in av1_compound_single_motion_search()
899 MV *this_mv = &cur_mv[ref_idx].as_mv; in compound_single_motion_search_interinter() local
Drd.c1163 MV *this_mv = &pred_mv[i]; in av1_mv_pred() local
Drdopt.c1711 int_mv this_mv; in check_repeat_ref_mv() local
1725 static inline int get_this_mv(int_mv *this_mv, PREDICTION_MODE this_mode, in get_this_mv()
1814 int_mv this_mv; in build_cur_mv() local
Dtpl_model.c824 int_mv this_mv; in mode_estimation() local
Dnonrd_pickmode.c2630 int_mv *const this_mv = &search_state->frame_mv[this_mode][ref_frame]; in handle_inter_mode_nonrd() local
/external/libvpx/vp8/encoder/
Dmcomp.c376 int_mv this_mv; in vp8_find_best_sub_pixel_step() local
672 int_mv this_mv; in vp8_find_best_half_pixel_step() local
857 int_mv this_mv; in vp8_hex_search() local
1036 int_mv this_mv; in vp8_diamond_search_sad_c() local
1149 int_mv this_mv; in vp8_diamond_search_sadx4() local
1297 int_mv this_mv; in vp8_full_search_sad() local
1390 int_mv this_mv; in vp8_refining_search_sad_c() local
1469 int_mv this_mv; in vp8_refining_search_sadx4() local
Dpickinter.c144 unsigned int *sse, int_mv this_mv) { in vp8_get_inter_mbpred_error()
Drdopt.c811 B_PREDICTION_MODE this_mode, int_mv *this_mv, in labels2mode()
/external/libvpx/vp8/decoder/
Ddecodemv.c326 int_mv this_mv; in read_mb_modes_mv() local
346 int_mv this_mv; in read_mb_modes_mv() local
/external/libaom/av1/common/
Dmvref_common.c435 int_mv this_mv = candidate->mv[rf_idx]; in process_compound_ref_mv_candidate() local
455 int_mv this_mv = candidate->mv[rf_idx]; in process_single_ref_mv_candidate() local
958 int_mv this_mv; in motion_field_projection() local
Dmv.h311 int_mv this_mv; member