Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmcomp.c400 const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, const FULLPEL_MV *this_mv) { in get_mvpred_var_cost()
432 const FULLPEL_MOTION_SEARCH_PARAMS *ms_params, const FULLPEL_MV *this_mv) { in get_mvpred_compound_var_cost()
548 const FULLPEL_MV this_mv = { br + neighbors[i].row, in calc_int_sad_list() local
555 const FULLPEL_MV this_mv = { br + neighbors[i].row, in calc_int_sad_list() local
572 const FULLPEL_MV this_mv = { br + neighbors[idx].row, in calc_int_sad_list() local
642 const FULLPEL_MV this_mv = { br + candidates[t][i].row, in pattern_search() local
650 const FULLPEL_MV this_mv = { br + candidates[t][i].row, in pattern_search() local
683 const FULLPEL_MV this_mv = { br + candidates[s][i].row, in pattern_search() local
691 const FULLPEL_MV this_mv = { br + candidates[s][i].row, in pattern_search() local
719 const FULLPEL_MV this_mv = { in pattern_search() local
[all …]
Dmotion_search_facade.c260 int_mv this_mv; in av1_single_motion_search() local
532 BLOCK_SIZE bsize, MV *this_mv, in av1_compound_single_motion_search()
692 MV *this_mv = &cur_mv[ref_idx].as_mv; in av1_compound_single_motion_search_interinter() local
Drd.c1014 const MV *this_mv = &pred_mv[i]; in av1_mv_pred() local
Dtpl_model.c350 int_mv this_mv; in mode_estimation() local
Drdopt.c1686 int_mv this_mv; in check_repeat_ref_mv() local
1700 static INLINE int get_this_mv(int_mv *this_mv, PREDICTION_MODE this_mode, in get_this_mv()
1747 int_mv this_mv; in build_cur_mv() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c620 const MACROBLOCKD *xd, const MV *this_mv, const struct scale_factors *sf, in accurate_sub_pel_search()
794 MV this_mv; in vp9_find_best_sub_pixel_tree() local
834 MV this_mv = { tr, tc }; in vp9_find_best_sub_pixel_tree() local
975 MV this_mv; in calc_int_cost_list() local
987 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; in calc_int_cost_list() local
996 const MV this_mv = { br + neighbors[i].row, bc + neighbors[i].col }; in calc_int_cost_list() local
1054 const MV this_mv = { br + candidates[t][i].row, in vp9_pattern_search() local
1063 const MV this_mv = { br + candidates[t][i].row, in vp9_pattern_search() local
1096 const MV this_mv = { br + candidates[s][i].row, in vp9_pattern_search() local
1105 const MV this_mv = { br + candidates[s][i].row, in vp9_pattern_search() local
[all …]
Dvp9_rd.c593 const MV *this_mv = &pred_mv[i]; in vp9_mv_pred() local
Dvp9_rdopt.c2596 MV this_mv; in single_motion_search() local
2677 static int discount_newmv_test(VP9_COMP *cpi, int this_mode, int_mv this_mv, in discount_newmv_test()
Dvp9_encodeframe.c3149 static INLINE int get_motion_inconsistency(MOTION_DIRECTION this_mv, in get_motion_inconsistency()
3961 MOTION_DIRECTION this_mv; in rd_pick_partition() local
Dvp9_encoder.c6605 int_mv this_mv; local
/external/libvpx/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/libvpx/libvpx/vp8/encoder/
Dmcomp.c373 int_mv this_mv; in vp8_find_best_sub_pixel_step() local
669 int_mv this_mv; in vp8_find_best_half_pixel_step() local
854 int_mv this_mv; in vp8_hex_search() local
1033 int_mv this_mv; in vp8_diamond_search_sad_c() local
1146 int_mv this_mv; in vp8_diamond_search_sadx4() local
1294 int_mv this_mv; in vp8_full_search_sad_c() local
1381 int_mv this_mv; in vp8_full_search_sadx3() local
1502 int_mv this_mv; in vp8_full_search_sadx8() local
1653 int_mv this_mv; in vp8_refining_search_sad_c() local
1732 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/libvpx/vp8/decoder/
Ddecodemv.c325 int_mv this_mv; in read_mb_modes_mv() local
345 int_mv this_mv; in read_mb_modes_mv() local
/external/libaom/libaom/av1/common/
Dmvref_common.c428 int_mv this_mv = candidate->mv[rf_idx]; in process_compound_ref_mv_candidate() local
448 int_mv this_mv = candidate->mv[rf_idx]; in process_single_ref_mv_candidate() local
951 int_mv this_mv; in motion_field_projection() local
Dmv.h328 int_mv this_mv; member