Searched defs:cur_mv (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | mv_prec.c | 123 const MV *cur_mv, const AV1_COMP *cpi) { in keep_one_mv_stat() 204 const MV cur_mv = mbmi->mv[ref_idx].as_mv; in collect_mv_stats_b() local 215 const MV cur_mv = mbmi->mv[ref_idx].as_mv; in collect_mv_stats_b() local
|
D | motion_search_facade.c | 450 BLOCK_SIZE bsize, int_mv *cur_mv, in av1_joint_motion_search() 795 const AV1_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, int_mv *cur_mv, in av1_compound_single_motion_search_interinter() 817 const AV1_COMP *const cpi, MACROBLOCK *x, const int_mv *const cur_mv, in do_masked_motion_search_indexed() 842 const int_mv *const cur_mv, in av1_interinter_compound_motion_search()
|
D | compound_type.c | 908 BEST_COMP_TYPE_STATS *best_type_stats, int_mv *cur_mv, int32_t *comp_rate, in populate_reuse_comp_type_data() 949 const int64_t *comp_model_dist, const int_mv *cur_mv, const int *comp_rs2) { in save_comp_rd_search_stat() 1029 const AV1_COMP *const cpi, MACROBLOCK *x, const int_mv *const cur_mv, in masked_compound_type_rd() 1193 int_mv *cur_mv, int mode_search_mask, in av1_compound_type_rd()
|
D | rdopt.c | 1066 const BLOCK_SIZE bsize, int_mv *cur_mv, in handle_newmv() 1370 const uint32_t cur_mv = mbmi->mv[0].as_int; in motion_mode_rd() local 1773 static INLINE int build_cur_mv(int_mv *cur_mv, PREDICTION_MODE this_mode, in build_cur_mv() 1971 int_mv cur_mv[2]; in simple_translation_pred_rd() local 2357 int64_t ref_best_rd, int_mv *cur_mv, BLOCK_SIZE bsize, in process_compound_inter_mode() 2718 int_mv cur_mv[2]; in handle_inter_mode() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 2740 int_mv cur_mv[2]; in handle_inter_mode() local
|