Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/
H A 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
/aosp_15_r20/external/libaom/av1/common/
H A Dmv.h310 typedef struct candidate_mv { struct
311 int_mv this_mv;
312 int_mv comp_mv;
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtpl_model.c335 static int is_alike_mv(int_mv candidate_mv, center_mv_t *center_mvs, in is_alike_mv()