Searched refs:found_new_mv (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/libgav1/src/ |
D | motion_vector.cc | 108 int index, int weight, bool* const found_new_mv, in SearchStack() argument 123 *found_new_mv |= kPredictionModeNewMvMask.Contains(mv_bp.y_mode); in SearchStack() 144 int weight, bool* const found_new_mv, in CompoundSearchStack() argument 159 *found_new_mv |= kPredictionModeNewMvMask.Contains(mv_bp.y_mode); in CompoundSearchStack() 183 int weight, bool* const found_new_mv, in AddReferenceMvCandidate() argument 190 CompoundSearchStack(block, mv_bp, weight, found_new_mv, found_match, in AddReferenceMvCandidate() 197 SearchStack(block, mv_bp, i, weight, found_new_mv, found_match, in AddReferenceMvCandidate() 212 bool is_compound, bool* const found_new_mv, in ScanRow() argument 229 found_new_mv, found_match, num_mv_found); in ScanRow() 236 bool is_compound, bool* const found_new_mv, in ScanColumn() argument [all …]
|