Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dtypes.h56 union CompoundMotionVector { union
57 CompoundMotionVector() = default;
58 CompoundMotionVector(const CompoundMotionVector& mv) = default;
60 CompoundMotionVector& operator=(const CompoundMotionVector& rhs) {
65 bool operator==(const CompoundMotionVector& rhs) const {
144 CompoundMotionVector compound_ref_mv_stack[kMaxRefMvStackSize];
195 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.h777 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.cc155 CompoundMotionVector candidate_mv = mv_bp.mv; in CompoundSearchStack()
164 CompoundMotionVector* const compound_ref_mv_stack = in CompoundSearchStack()
168 [&candidate_mv](const CompoundMotionVector& ref_mv) { in CompoundSearchStack()
289 CompoundMotionVector candidate_mvs[kMaxTemporalMvCandidatesWithPadding]; in AddTemporalReferenceMvCandidate()
306 CompoundMotionVector* const compound_ref_mv_stack = in AddTemporalReferenceMvCandidate()
310 const CompoundMotionVector& candidate_mv = candidate_mvs[index]; in AddTemporalReferenceMvCandidate()
313 [&candidate_mv](const CompoundMotionVector& ref_mv) { in AddTemporalReferenceMvCandidate()
608 CompoundMotionVector* const compound_ref_mv_stack = in ExtraSearch()
610 CompoundMotionVector combined_mvs[2] = {}; in ExtraSearch()