Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_mcomp.c624 const MACROBLOCKD *xd, const MV *this_mv, const struct scale_factors *sf, in accurate_sub_pel_search()
802 MV this_mv; in vp9_find_best_sub_pixel_tree() local
842 MV this_mv = { tr, tc }; in vp9_find_best_sub_pixel_tree() local
983 MV this_mv; in calc_int_cost_list() local
995 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; in calc_int_cost_list() local
1004 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; in calc_int_cost_list() local
1062 const MV this_mv = { br + candidates[t][i].row, in vp9_pattern_search() local
1071 const MV this_mv = { br + candidates[t][i].row, in vp9_pattern_search() local
1104 const MV this_mv = { br + candidates[s][i].row, in vp9_pattern_search() local
1113 const MV this_mv = { br + candidates[s][i].row, in vp9_pattern_search() local
[all …]
Dvp9_rd.c653 const MV *this_mv = &pred_mv[i]; in vp9_mv_pred() local
Dvp9_rdopt.c2620 MV this_mv; in single_motion_search() local
2701 static int discount_newmv_test(VP9_COMP *cpi, int this_mode, int_mv this_mv, in discount_newmv_test()
Dvp9_encoder.c7052 int_mv this_mv; 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.c656 const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, const FULLPEL_MV *this_mv) { in get_mvpred_var_cost()
687 const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, const FULLPEL_MV *this_mv) { in get_mvpred_compound_var_cost()
803 const FULLPEL_MV this_mv = { br + neighbors[i].row, in calc_int_sad_list() local
810 const FULLPEL_MV this_mv = { br + neighbors[i].row, in calc_int_sad_list() local
827 const FULLPEL_MV this_mv = { br + neighbors[idx].row, in calc_int_sad_list() local
900 const FULLPEL_MV this_mv = { center_mv.row + site[cand_start + j].mv.row, in calc_sad4_update_bestmv() local
928 const FULLPEL_MV this_mv = { center_mv.row + site[index].mv.row, in calc_sad3_update_bestmv() local
956 const FULLPEL_MV this_mv = { center_mv.row + site[i].mv.row, in calc_sad_update_bestmv() local
984 const FULLPEL_MV this_mv = { center_mv.row + site[index].mv.row, in calc_sad_update_bestmv_with_indices() local
1370 const FULLPEL_MV this_mv = { best_mv->row + site[idx + j].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.c297 int_mv this_mv; in av1_single_motion_search() local
701 BLOCK_SIZE bsize, MV *this_mv, in av1_compound_single_motion_search()
857 MV *this_mv = &cur_mv[ref_idx].as_mv; in av1_compound_single_motion_search_interinter() local
Drd.c1205 const MV *this_mv = &pred_mv[i]; in av1_mv_pred() local
Drdopt.c1696 int_mv this_mv; in check_repeat_ref_mv() local
1710 static INLINE int get_this_mv(int_mv *this_mv, PREDICTION_MODE this_mode, in get_this_mv()
1792 int_mv this_mv; in build_cur_mv() local
Dtpl_model.c729 int_mv this_mv; in mode_estimation() 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.c430 int_mv this_mv = candidate->mv[rf_idx]; in process_compound_ref_mv_candidate() local
450 int_mv this_mv = candidate->mv[rf_idx]; in process_single_ref_mv_candidate() local
953 int_mv this_mv; in motion_field_projection() local
Dmv.h329 int_mv this_mv; member