Home
last modified time | relevance | path

Searched defs:found_new_mv (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/
Dmotion_vector.cc108 int index, int weight, bool* const found_new_mv, in SearchStack()
144 int weight, bool* const found_new_mv, in CompoundSearchStack()
183 int weight, bool* const found_new_mv, in AddReferenceMvCandidate()
212 bool is_compound, bool* const found_new_mv, in ScanRow()
236 bool is_compound, bool* const found_new_mv, in ScanColumn()
261 bool is_compound, bool* const found_new_mv, in ScanPoint()
696 void ComputeContexts(bool found_new_mv, int nearest_matches, int total_matches, in ComputeContexts()
800 bool found_new_mv = false; in FindMvStack() local