Searched defs:temporal_reference_offsets (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | motion_vector_search_neon.cc | 46 const int temporal_reference_offsets, in MvProjectionCompound() 65 const int8_t* LIBGAV1_RESTRICT const temporal_reference_offsets, in MvProjectionCompoundClip() 80 const int8_t* LIBGAV1_RESTRICT const temporal_reference_offsets, in MvProjectionSingleClip() 120 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionCompoundLowPrecision_NEON() 140 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionCompoundForceInteger_NEON() 160 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionCompoundHighPrecision_NEON() 180 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionSingleLowPrecision_NEON() 198 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionSingleForceInteger_NEON() 216 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionSingleHighPrecision_NEON()
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | motion_vector_search.cc | 37 const int8_t* LIBGAV1_RESTRICT const temporal_reference_offsets, in MvProjectionCompoundLowPrecision_C() 64 const int8_t* LIBGAV1_RESTRICT const temporal_reference_offsets, in MvProjectionCompoundForceInteger_C() 93 const int8_t* LIBGAV1_RESTRICT const temporal_reference_offsets, in MvProjectionCompoundHighPrecision_C() 115 const int8_t* LIBGAV1_RESTRICT const temporal_reference_offsets, in MvProjectionSingleLowPrecision_C() 134 const int8_t* LIBGAV1_RESTRICT const temporal_reference_offsets, in MvProjectionSingleForceInteger_C() 155 const int8_t* LIBGAV1_RESTRICT const temporal_reference_offsets, in MvProjectionSingleHighPrecision_C()
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | motion_vector_search_sse4.cc | 87 const int8_t* LIBGAV1_RESTRICT const temporal_reference_offsets, in MvProjectionSingleClip() 130 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionCompoundLowPrecision_SSE4_1() 148 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionCompoundForceInteger_SSE4_1() 166 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionCompoundHighPrecision_SSE4_1() 184 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionSingleLowPrecision_SSE4_1() 199 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionSingleForceInteger_SSE4_1() 214 const int8_t* LIBGAV1_RESTRICT temporal_reference_offsets, in MvProjectionSingleHighPrecision_SSE4_1()
|
/aosp_15_r20/external/libgav1/src/ |
H A D | motion_vector.cc | 278 const int8_t* const temporal_reference_offsets, int count, bool is_compound, in AddTemporalReferenceMvCandidate() 420 int8_t temporal_reference_offsets[kMaxTemporalMvCandidatesWithPadding]; in TemporalScan() local
|