Searched defs:candidate_mv (Results 1 – 3 of 3) sorted by relevance
114 MotionVector candidate_mv; in SearchStack() local152 CompoundMotionVector candidate_mv = mv_bp.mv; in CompoundSearchStack() local309 const CompoundMotionVector& candidate_mv = candidate_mvs[index]; in AddTemporalReferenceMvCandidate() local335 const MotionVector candidate_mv = {}; in AddTemporalReferenceMvCandidate() local368 const MotionVector& candidate_mv = candidate_mvs[index]; in AddTemporalReferenceMvCandidate() local525 MotionVector candidate_mv = bp.mv.mv[i]; in AddExtraCompoundMvCandidate() local559 MotionVector candidate_mv = bp.mv.mv[i]; in AddExtraSingleMvCandidate() local
327 typedef struct candidate_mv { struct328 int_mv this_mv;329 int_mv comp_mv;
173 static int is_alike_mv(int_mv candidate_mv, int_mv *center_mvs, in is_alike_mv()