Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dmotion_vector.cc112 MotionVector candidate_mv; in SearchStack() local
150 CompoundMotionVector candidate_mv = mv_bp.mv; in CompoundSearchStack() local
308 const CompoundMotionVector& candidate_mv = candidate_mvs[index]; in AddTemporalReferenceMvCandidate() local
334 const MotionVector candidate_mv = {}; in AddTemporalReferenceMvCandidate() local
367 const MotionVector& candidate_mv = candidate_mvs[index]; in AddTemporalReferenceMvCandidate() local
524 MotionVector candidate_mv = bp.mv.mv[i]; in AddExtraCompoundMvCandidate() local
558 MotionVector candidate_mv = bp.mv.mv[i]; in AddExtraSingleMvCandidate() local
/external/libaom/libaom/av1/common/
Dmv.h329 typedef struct candidate_mv { struct
330 int_mv this_mv;
331 int_mv comp_mv;
/external/libaom/libaom/av1/encoder/
Dtpl_model.c295 static int is_alike_mv(int_mv candidate_mv, center_mv_t *center_mvs, in is_alike_mv()