Searched defs:temporal_mvs (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | motion_vector_search.cc | 38 const MotionVector* const temporal_mvs, in MvProjectionCompoundLowPrecision_C() 65 const MotionVector* const temporal_mvs, in MvProjectionCompoundForceInteger_C() 94 const MotionVector* const temporal_mvs, in MvProjectionCompoundHighPrecision_C() 116 const MotionVector* const temporal_mvs, in MvProjectionSingleLowPrecision_C() 134 const MotionVector* const temporal_mvs, in MvProjectionSingleForceInteger_C() 154 const MotionVector* const temporal_mvs, in MvProjectionSingleHighPrecision_C()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | motion_vector_search_sse4.cc | 67 const MotionVector* const temporal_mvs, in MvProjectionCompoundClip() 86 const MotionVector* const temporal_mvs, in MvProjectionSingleClip() 129 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionCompoundLowPrecision_SSE4_1() 146 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionCompoundForceInteger_SSE4_1() 163 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionCompoundHighPrecision_SSE4_1() 180 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionSingleLowPrecision_SSE4_1() 193 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionSingleForceInteger_SSE4_1() 206 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionSingleHighPrecision_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | motion_vector_search_neon.cc | 64 const MotionVector* const temporal_mvs, in MvProjectionCompoundClip() 79 const MotionVector* const temporal_mvs, in MvProjectionSingleClip() 119 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionCompoundLowPrecision_NEON() 138 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionCompoundForceInteger_NEON() 157 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionCompoundHighPrecision_NEON() 176 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionSingleLowPrecision_NEON() 192 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionSingleForceInteger_NEON() 208 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionSingleHighPrecision_NEON()
|
/external/libgav1/libgav1/src/ |
D | motion_vector.cc | 281 const MotionVector* const temporal_mvs, in AddTemporalReferenceMvCandidate() 420 MotionVector temporal_mvs[kMaxTemporalMvCandidatesWithPadding]; in TemporalScan() local
|