Searched defs:candidate_mv (Results 1 – 3 of 3) sorted by relevance
112 MotionVector candidate_mv; in SearchStack() local150 CompoundMotionVector candidate_mv = mv_bp.mv; in CompoundSearchStack() local308 const CompoundMotionVector& candidate_mv = candidate_mvs[index]; in AddTemporalReferenceMvCandidate() local334 const MotionVector candidate_mv = {}; in AddTemporalReferenceMvCandidate() local367 const MotionVector& candidate_mv = candidate_mvs[index]; in AddTemporalReferenceMvCandidate() local524 MotionVector candidate_mv = bp.mv.mv[i]; in AddExtraCompoundMvCandidate() local558 MotionVector candidate_mv = bp.mv.mv[i]; in AddExtraSingleMvCandidate() local
310 typedef struct candidate_mv { struct311 int_mv this_mv;312 int_mv comp_mv;
335 static int is_alike_mv(int_mv candidate_mv, center_mv_t *center_mvs, in is_alike_mv()