Home
last modified time | relevance | path

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

/external/libgav1/src/utils/
Dtypes.h119 MotionVector ref_mv_stack[kMaxRefMvStackSize];
120 CompoundMotionVector compound_ref_mv_stack[kMaxRefMvStackSize];
127 int16_t weight_index_stack[kMaxRefMvStackSize];
Dconstants.h112 kMaxRefMvStackSize = 8, enumerator
/external/libgav1/src/
Dmotion_vector.cc136 if (num_found >= kMaxRefMvStackSize) return; in SearchStack()
174 if (num_found >= kMaxRefMvStackSize) return; in CompoundSearchStack()
321 if (num_found >= kMaxRefMvStackSize) continue; in AddTemporalReferenceMvCandidate()
348 if (num_found >= kMaxRefMvStackSize) return; in AddTemporalReferenceMvCandidate()
380 if (num_found >= kMaxRefMvStackSize) continue; in AddTemporalReferenceMvCandidate()