Home
last modified time | relevance | path

Searched defs:temporal_mvs (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dmotion_vector_search_sse4.cc67 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()
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dmotion_vector_search_neon.cc64 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()
/aosp_15_r20/external/libgav1/src/dsp/
H A Dmotion_vector_search.cc36 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()
/aosp_15_r20/external/libgav1/src/
H A Dmotion_vector.cc277 const MotionVector* const temporal_mvs, in AddTemporalReferenceMvCandidate()
419 MotionVector temporal_mvs[kMaxTemporalMvCandidatesWithPadding]; in TemporalScan() local