Home
last modified time | relevance | path

Searched defs:candidate_mv (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/
Dmotion_vector.cc114 MotionVector candidate_mv; in SearchStack() local
152 CompoundMotionVector candidate_mv = mv_bp.mv; in CompoundSearchStack() local
309 const CompoundMotionVector& candidate_mv = candidate_mvs[index]; in AddTemporalReferenceMvCandidate() local
335 const MotionVector candidate_mv = {}; in AddTemporalReferenceMvCandidate() local
368 const MotionVector& candidate_mv = candidate_mvs[index]; in AddTemporalReferenceMvCandidate() local
525 MotionVector candidate_mv = bp.mv.mv[i]; in AddExtraCompoundMvCandidate() local
559 MotionVector candidate_mv = bp.mv.mv[i]; in AddExtraSingleMvCandidate() local
/external/libaom/libaom/av1/common/
Dmv.h327 typedef struct candidate_mv { struct
328 int_mv this_mv;
329 int_mv comp_mv;
/external/libaom/libaom/av1/encoder/
Dtpl_model.c173 static int is_alike_mv(int_mv candidate_mv, int_mv *center_mvs, in is_alike_mv()