Searched defs:candidate_mvs (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | motion_vector_search.cc | 41 CompoundMotionVector* const candidate_mvs) { in MvProjectionCompoundLowPrecision_C() 68 CompoundMotionVector* const candidate_mvs) { in MvProjectionCompoundForceInteger_C() 97 CompoundMotionVector* const candidate_mvs) { in MvProjectionCompoundHighPrecision_C() 118 const int count, MotionVector* const candidate_mvs) { in MvProjectionSingleLowPrecision_C() 136 const int count, MotionVector* const candidate_mvs) { in MvProjectionSingleForceInteger_C() 156 const int count, MotionVector* const candidate_mvs) { in MvProjectionSingleHighPrecision_C()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | motion_vector_search_sse4.cc | 111 inline void LowPrecision(const __m128i mv, void* const candidate_mvs) { in LowPrecision() 119 inline void ForceInteger(const __m128i mv, void* const candidate_mvs) { in ForceInteger() 131 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundLowPrecision_SSE4_1() 148 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundForceInteger_SSE4_1() 165 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundHighPrecision_SSE4_1() 181 const int reference_offset, const int count, MotionVector* candidate_mvs) { in MvProjectionSingleLowPrecision_SSE4_1() 194 const int reference_offset, const int count, MotionVector* candidate_mvs) { in MvProjectionSingleForceInteger_SSE4_1() 207 const int reference_offset, const int count, MotionVector* candidate_mvs) { in MvProjectionSingleHighPrecision_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | motion_vector_search_neon.cc | 101 inline void LowPrecision(const int16x8_t mv, void* const candidate_mvs) { in LowPrecision() 109 inline void ForceInteger(const int16x8_t mv, void* const candidate_mvs) { in ForceInteger() 121 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundLowPrecision_NEON() 140 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundForceInteger_NEON() 159 CompoundMotionVector* candidate_mvs) { in MvProjectionCompoundHighPrecision_NEON() 177 const int reference_offset, const int count, MotionVector* candidate_mvs) { in MvProjectionSingleLowPrecision_NEON() 193 const int reference_offset, const int count, MotionVector* candidate_mvs) { in MvProjectionSingleForceInteger_NEON() 209 const int reference_offset, const int count, MotionVector* candidate_mvs) { in MvProjectionSingleHighPrecision_NEON()
|
/external/libgav1/libgav1/src/ |
D | motion_vector.cc | 287 CompoundMotionVector candidate_mvs[kMaxTemporalMvCandidatesWithPadding]; in AddTemporalReferenceMvCandidate() local 354 MotionVector candidate_mvs[kMaxTemporalMvCandidatesWithPadding]; in AddTemporalReferenceMvCandidate() local
|