Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/
Dmotion_vector_search.cc39 CompoundMotionVector* LIBGAV1_RESTRICT const candidate_mvs) { in MvProjectionCompoundLowPrecision_C()
66 CompoundMotionVector* LIBGAV1_RESTRICT const candidate_mvs) { in MvProjectionCompoundForceInteger_C()
95 CompoundMotionVector* LIBGAV1_RESTRICT const candidate_mvs) { in MvProjectionCompoundHighPrecision_C()
Dmotion_vector_search_test.cc84 CompoundMotionVector compound_mv_org_[kMaxTemporalMvCandidates + 1]
87 CompoundMotionVector compound_mv_[kMaxTemporalMvCandidates + 1]
Ddsp.h852 CompoundMotionVector* candidate_mvs);
/external/libgav1/src/dsp/x86/
Dmotion_vector_search_sse4.cc132 CompoundMotionVector* LIBGAV1_RESTRICT candidate_mvs) { in MvProjectionCompoundLowPrecision_SSE4_1()
150 CompoundMotionVector* LIBGAV1_RESTRICT candidate_mvs) { in MvProjectionCompoundForceInteger_SSE4_1()
168 CompoundMotionVector* LIBGAV1_RESTRICT candidate_mvs) { in MvProjectionCompoundHighPrecision_SSE4_1()
/external/libgav1/src/dsp/arm/
Dmotion_vector_search_neon.cc122 CompoundMotionVector* LIBGAV1_RESTRICT candidate_mvs) { in MvProjectionCompoundLowPrecision_NEON()
142 CompoundMotionVector* LIBGAV1_RESTRICT candidate_mvs) { in MvProjectionCompoundForceInteger_NEON()
162 CompoundMotionVector* LIBGAV1_RESTRICT candidate_mvs) { in MvProjectionCompoundHighPrecision_NEON()
/external/libgav1/src/utils/
Dtypes.h44 union CompoundMotionVector { union
120 CompoundMotionVector compound_ref_mv_stack[kMaxRefMvStackSize];
165 CompoundMotionVector mv;
/external/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()
288 CompoundMotionVector candidate_mvs[kMaxTemporalMvCandidatesWithPadding]; in AddTemporalReferenceMvCandidate()
305 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()
611 CompoundMotionVector* const compound_ref_mv_stack = in ExtraSearch()
613 CompoundMotionVector combined_mvs[2] = {}; in ExtraSearch()