/external/libgav1/libgav1/src/dsp/arm/ |
D | motion_vector_search_neon.cc | 64 const MotionVector* const temporal_mvs, in MvProjectionCompoundClip() argument 67 const auto* const tmvs = reinterpret_cast<const int32_t*>(temporal_mvs); in MvProjectionCompoundClip() 79 const MotionVector* const temporal_mvs, in MvProjectionSingleClip() argument 82 const auto* const tmvs = reinterpret_cast<const int16_t*>(temporal_mvs); in MvProjectionSingleClip() 119 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionCompoundLowPrecision_NEON() argument 129 temporal_mvs, temporal_reference_offsets, offsets); in MvProjectionCompoundLowPrecision_NEON() 131 temporal_mvs += 2; in MvProjectionCompoundLowPrecision_NEON() 138 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionCompoundForceInteger_NEON() argument 148 temporal_mvs, temporal_reference_offsets, offsets); in MvProjectionCompoundForceInteger_NEON() 150 temporal_mvs += 2; in MvProjectionCompoundForceInteger_NEON() [all …]
|
/external/libgav1/libgav1/src/dsp/ |
D | motion_vector_search.cc | 38 const MotionVector* const temporal_mvs, in MvProjectionCompoundLowPrecision_C() argument 51 temporal_mvs[index], offsets[i], in MvProjectionCompoundLowPrecision_C() 65 const MotionVector* const temporal_mvs, in MvProjectionCompoundForceInteger_C() argument 78 temporal_mvs[index], offsets[i], in MvProjectionCompoundForceInteger_C() 94 const MotionVector* const temporal_mvs, in MvProjectionCompoundHighPrecision_C() argument 107 temporal_mvs[index], offsets[i], in MvProjectionCompoundHighPrecision_C() 116 const MotionVector* const temporal_mvs, in MvProjectionSingleLowPrecision_C() argument 122 temporal_mvs[index], reference_offset, in MvProjectionSingleLowPrecision_C() 134 const MotionVector* const temporal_mvs, in MvProjectionSingleForceInteger_C() argument 140 temporal_mvs[index], reference_offset, in MvProjectionSingleForceInteger_C() [all …]
|
D | dsp.h | 808 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, 822 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets,
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | motion_vector_search_sse4.cc | 67 const MotionVector* const temporal_mvs, in MvProjectionCompoundClip() argument 70 const auto* const tmvs = reinterpret_cast<const int32_t*>(temporal_mvs); in MvProjectionCompoundClip() 86 const MotionVector* const temporal_mvs, in MvProjectionSingleClip() argument 89 const auto* const tmvs = reinterpret_cast<const int16_t*>(temporal_mvs); in MvProjectionSingleClip() 129 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionCompoundLowPrecision_SSE4_1() argument 139 temporal_mvs + i, temporal_reference_offsets + i, offsets); in MvProjectionCompoundLowPrecision_SSE4_1() 146 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionCompoundForceInteger_SSE4_1() argument 156 temporal_mvs + i, temporal_reference_offsets + i, offsets); in MvProjectionCompoundForceInteger_SSE4_1() 163 const MotionVector* temporal_mvs, const int8_t* temporal_reference_offsets, in MvProjectionCompoundHighPrecision_SSE4_1() argument 173 temporal_mvs + i, temporal_reference_offsets + i, offsets); in MvProjectionCompoundHighPrecision_SSE4_1() [all …]
|
/external/libgav1/libgav1/src/ |
D | motion_vector.cc | 279 const MotionVector* const temporal_mvs, in AddTemporalReferenceMvCandidate() argument 290 temporal_mvs, temporal_reference_offsets, reference_offsets, count, in AddTemporalReferenceMvCandidate() 357 temporal_mvs, temporal_reference_offsets, reference_offsets[0], count, in AddTemporalReferenceMvCandidate() 420 MotionVector temporal_mvs[kMaxTemporalMvCandidatesWithPadding]; in TemporalScan() local 438 temporal_mvs[count] = temporal_mv; in TemporalScan() 473 temporal_mvs[count] = temporal_mv; in TemporalScan() 495 temporal_mvs[count].mv32 = 0; in TemporalScan() 501 temporal_mvs[i].mv32 = 0; in TemporalScan() 506 tile.frame_header(), reference_offsets, temporal_mvs, in TemporalScan()
|