Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dmotion_vector.cc112 int index, int weight, bool* const found_new_mv, in SearchStack() argument
127 *found_new_mv |= kPredictionModeNewMvMask.Contains(mv_bp.y_mode); in SearchStack()
147 int weight, bool* const found_new_mv, in CompoundSearchStack() argument
162 *found_new_mv |= kPredictionModeNewMvMask.Contains(mv_bp.y_mode); in CompoundSearchStack()
185 int weight, bool* const found_new_mv, in AddReferenceMvCandidate() argument
192 CompoundSearchStack(block, mv_bp, weight, found_new_mv, found_match, in AddReferenceMvCandidate()
199 SearchStack(block, mv_bp, i, weight, found_new_mv, found_match, in AddReferenceMvCandidate()
214 bool is_compound, bool* const found_new_mv, in ScanRow() argument
231 found_new_mv, found_match, num_mv_found); in ScanRow()
238 bool is_compound, bool* const found_new_mv, in ScanColumn() argument
[all …]