Searched defs:temporal_mvs (Results  1 – 4 of 4) sorted by relevance
| /external/libgav1/src/dsp/ | 
| D | motion_vector_search.cc | 36     const MotionVector* LIBGAV1_RESTRICT const temporal_mvs,  in MvProjectionCompoundLowPrecision_C()63     const MotionVector* LIBGAV1_RESTRICT const temporal_mvs,  in MvProjectionCompoundForceInteger_C()
 92     const MotionVector* LIBGAV1_RESTRICT const temporal_mvs,  in MvProjectionCompoundHighPrecision_C()
 114     const MotionVector* LIBGAV1_RESTRICT const temporal_mvs,  in MvProjectionSingleLowPrecision_C()
 133     const MotionVector* LIBGAV1_RESTRICT const temporal_mvs,  in MvProjectionSingleForceInteger_C()
 154     const MotionVector* LIBGAV1_RESTRICT const temporal_mvs,  in MvProjectionSingleHighPrecision_C()
 
 | 
| /external/libgav1/src/dsp/x86/ | 
| D | motion_vector_search_sse4.cc | 67     const MotionVector* LIBGAV1_RESTRICT const temporal_mvs,  in MvProjectionCompoundClip()86     const MotionVector* LIBGAV1_RESTRICT const temporal_mvs,  in MvProjectionSingleClip()
 129     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionCompoundLowPrecision_SSE4_1()
 147     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionCompoundForceInteger_SSE4_1()
 165     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionCompoundHighPrecision_SSE4_1()
 183     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionSingleLowPrecision_SSE4_1()
 198     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionSingleForceInteger_SSE4_1()
 213     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionSingleHighPrecision_SSE4_1()
 
 | 
| /external/libgav1/src/dsp/arm/ | 
| D | motion_vector_search_neon.cc | 64     const MotionVector* LIBGAV1_RESTRICT const temporal_mvs,  in MvProjectionCompoundClip()79     const MotionVector* LIBGAV1_RESTRICT const temporal_mvs,  in MvProjectionSingleClip()
 119     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionCompoundLowPrecision_NEON()
 139     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionCompoundForceInteger_NEON()
 159     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionCompoundHighPrecision_NEON()
 179     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionSingleLowPrecision_NEON()
 197     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionSingleForceInteger_NEON()
 215     const MotionVector* LIBGAV1_RESTRICT temporal_mvs,  in MvProjectionSingleHighPrecision_NEON()
 
 | 
| /external/libgav1/src/ | 
| D | motion_vector.cc | 277     const MotionVector* const temporal_mvs,  in AddTemporalReferenceMvCandidate()419       MotionVector temporal_mvs[kMaxTemporalMvCandidatesWithPadding];  in TemporalScan()  local
 
 |