Searched defs:temporal_reference_offsets (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | motion_vector_search.cc | 39 const int8_t* const temporal_reference_offsets, in MvProjectionCompoundLowPrecision_C() 66 const int8_t* const temporal_reference_offsets, in MvProjectionCompoundForceInteger_C() 95 const int8_t* const temporal_reference_offsets, in MvProjectionCompoundHighPrecision_C() 117 const int8_t* const temporal_reference_offsets, const int reference_offset, in MvProjectionSingleLowPrecision_C() 135 const int8_t* const temporal_reference_offsets, const int reference_offset, in MvProjectionSingleForceInteger_C() 155 const int8_t* const temporal_reference_offsets, const int reference_offset, in MvProjectionSingleHighPrecision_C()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | motion_vector_search_neon.cc | 46 const int temporal_reference_offsets, in MvProjectionCompound() 65 const int8_t* const temporal_reference_offsets, in MvProjectionCompoundClip() 80 const int8_t* const temporal_reference_offsets, const int reference_offset, 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/dsp/x86/ |
D | motion_vector_search_sse4.cc | 87 const int8_t* const temporal_reference_offsets, 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/ |
D | motion_vector.cc | 280 const int8_t* const temporal_reference_offsets, int count, bool is_compound, in AddTemporalReferenceMvCandidate() 421 int8_t temporal_reference_offsets[kMaxTemporalMvCandidatesWithPadding]; in TemporalScan() local
|