Home
last modified time | relevance | path

Searched refs:temporal_reference_offsets (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/libgav1/src/dsp/arm/
Dmotion_vector_search_neon.cc46 const int temporal_reference_offsets, in MvProjectionCompound() argument
49 vdup_n_s16(kProjectionMvDivisionLookup[temporal_reference_offsets]); in MvProjectionCompound()
65 const int8_t* const temporal_reference_offsets, in MvProjectionCompoundClip() argument
72 tmv0, temporal_reference_offsets[0], reference_offsets); in MvProjectionCompoundClip()
74 tmv1, temporal_reference_offsets[1], reference_offsets); in MvProjectionCompoundClip()
80 const int8_t* const temporal_reference_offsets, const int reference_offset, in MvProjectionSingleClip() argument
85 &kProjectionMvDivisionLookup[temporal_reference_offsets[0]], *lookup, 0); in MvProjectionSingleClip()
87 &kProjectionMvDivisionLookup[temporal_reference_offsets[1]], *lookup, 1); in MvProjectionSingleClip()
89 &kProjectionMvDivisionLookup[temporal_reference_offsets[2]], *lookup, 2); in MvProjectionSingleClip()
91 &kProjectionMvDivisionLookup[temporal_reference_offsets[3]], *lookup, 3); in MvProjectionSingleClip()
[all …]
/external/libgav1/libgav1/src/dsp/x86/
Dmotion_vector_search_sse4.cc68 const int8_t temporal_reference_offsets[2], in MvProjectionCompoundClip()
77 kProjectionMvDivisionLookup[temporal_reference_offsets[0]]); in MvProjectionCompoundClip()
79 kProjectionMvDivisionLookup[temporal_reference_offsets[1]]); in MvProjectionCompoundClip()
87 const int8_t* const temporal_reference_offsets, in MvProjectionSingleClip() argument
92 kProjectionMvDivisionLookup_32bit[temporal_reference_offsets[0]]); in MvProjectionSingleClip()
94 lookup, kProjectionMvDivisionLookup_32bit[temporal_reference_offsets[1]], in MvProjectionSingleClip()
97 lookup, kProjectionMvDivisionLookup_32bit[temporal_reference_offsets[2]], in MvProjectionSingleClip()
100 lookup, kProjectionMvDivisionLookup_32bit[temporal_reference_offsets[3]], 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()
[all …]
/external/libgav1/libgav1/src/dsp/
Dmotion_vector_search.cc39 const int8_t* const temporal_reference_offsets, in MvProjectionCompoundLowPrecision_C() argument
52 kProjectionMvDivisionLookup[temporal_reference_offsets[index]], in MvProjectionCompoundLowPrecision_C()
66 const int8_t* const temporal_reference_offsets, in MvProjectionCompoundForceInteger_C() argument
79 kProjectionMvDivisionLookup[temporal_reference_offsets[index]], in MvProjectionCompoundForceInteger_C()
95 const int8_t* const temporal_reference_offsets, in MvProjectionCompoundHighPrecision_C() argument
108 kProjectionMvDivisionLookup[temporal_reference_offsets[index]], in MvProjectionCompoundHighPrecision_C()
117 const int8_t* const temporal_reference_offsets, const int reference_offset, in MvProjectionSingleLowPrecision_C() argument
123 kProjectionMvDivisionLookup[temporal_reference_offsets[index]], in MvProjectionSingleLowPrecision_C()
135 const int8_t* const temporal_reference_offsets, const int reference_offset, in MvProjectionSingleForceInteger_C() argument
141 kProjectionMvDivisionLookup[temporal_reference_offsets[index]], in MvProjectionSingleForceInteger_C()
[all …]
Ddsp.h808 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/
Dmotion_vector.cc280 const int8_t* const temporal_reference_offsets, int count, bool is_compound, 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()
421 int8_t temporal_reference_offsets[kMaxTemporalMvCandidatesWithPadding]; in TemporalScan() local
439 temporal_reference_offsets[count++] = in TemporalScan()
474 temporal_reference_offsets[count++] = in TemporalScan()
496 temporal_reference_offsets[count] = 0; in TemporalScan()
502 temporal_reference_offsets[i] = 0; in TemporalScan()
507 temporal_reference_offsets, count, is_compound, zero_mv_context, in TemporalScan()