Flutter Engine
 
Loading...
Searching...
No Matches
rmse.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_IMPELLER_DISPLAY_LIST_TESTING_RMSE_H_
6#define FLUTTER_IMPELLER_DISPLAY_LIST_TESTING_RMSE_H_
7
9
10namespace flutter {
11namespace testing {
12double RMSE(const impeller::testing::Screenshot* left,
14}
15} // namespace flutter
16#endif // FLUTTER_IMPELLER_DISPLAY_LIST_TESTING_RMSE_H_
double RMSE(const impeller::testing::Screenshot *left, const impeller::testing::Screenshot *right)
Definition rmse.cc:27