Home
last modified time | relevance | path

Searched refs:CompoundMotionVector (Results 1 – 6 of 6) sorted by relevance

/external/libgav1/libgav1/src/utils/
Dtypes.h57 union CompoundMotionVector { union
58 CompoundMotionVector() = default;
59 CompoundMotionVector(const CompoundMotionVector& mv) = default;
61 CompoundMotionVector& operator=(const CompoundMotionVector& rhs) {
66 bool operator==(const CompoundMotionVector& rhs) const {
145 CompoundMotionVector compound_ref_mv_stack[kMaxRefMvStackSize];
196 CompoundMotionVector mv;
/external/libgav1/libgav1/src/dsp/
Dmotion_vector_search.cc41 CompoundMotionVector* const candidate_mvs) { in MvProjectionCompoundLowPrecision_C()
68 CompoundMotionVector* const candidate_mvs) { in MvProjectionCompoundForceInteger_C()
97 CompoundMotionVector* const candidate_mvs) { in MvProjectionCompoundHighPrecision_C()
Ddsp.h810 CompoundMotionVector* candidate_mvs);
/external/libgav1/libgav1/src/dsp/x86/
Dmotion_vector_search_sse4.cc131 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundLowPrecision_SSE4_1()
148 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundForceInteger_SSE4_1()
165 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundHighPrecision_SSE4_1()
/external/libgav1/libgav1/src/dsp/arm/
Dmotion_vector_search_neon.cc121 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundLowPrecision_NEON()
140 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundForceInteger_NEON()
159 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundHighPrecision_NEON()
/external/libgav1/libgav1/src/
Dmotion_vector.cc152 CompoundMotionVector candidate_mv = mv_bp.mv; in CompoundSearchStack()
161 CompoundMotionVector* const compound_ref_mv_stack = in CompoundSearchStack()
166 [&candidate_mv](const CompoundMotionVector& ref_mv) { in CompoundSearchStack()
287 CompoundMotionVector candidate_mvs[kMaxTemporalMvCandidatesWithPadding]; in AddTemporalReferenceMvCandidate()
304 CompoundMotionVector* const compound_ref_mv_stack = in AddTemporalReferenceMvCandidate()
309 const CompoundMotionVector& candidate_mv = candidate_mvs[index]; in AddTemporalReferenceMvCandidate()
312 [&candidate_mv](const CompoundMotionVector& ref_mv) { in AddTemporalReferenceMvCandidate()
610 CompoundMotionVector* const compound_ref_mv_stack = in ExtraSearch()
612 CompoundMotionVector combined_mvs[2] = {}; in ExtraSearch()