Home
last modified time | relevance | path

Searched refs:kMaxRefMvStackSize (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/utils/
Dtypes.h144 MotionVector ref_mv_stack[kMaxRefMvStackSize];
145 CompoundMotionVector compound_ref_mv_stack[kMaxRefMvStackSize];
152 int16_t weight_index_stack[kMaxRefMvStackSize];
Dconstants.h100 kMaxRefMvStackSize = 8, enumerator
/external/libgav1/libgav1/src/
Dmotion_vector.cc136 if (num_found >= kMaxRefMvStackSize) return; in SearchStack()
174 if (num_found >= kMaxRefMvStackSize) return; in CompoundSearchStack()
320 if (num_found >= kMaxRefMvStackSize) continue; in AddTemporalReferenceMvCandidate()
347 if (num_found >= kMaxRefMvStackSize) return; in AddTemporalReferenceMvCandidate()
379 if (num_found >= kMaxRefMvStackSize) continue; in AddTemporalReferenceMvCandidate()