diff options
Diffstat (limited to 'thirdparty/etcpak/Error.hpp')
-rw-r--r-- | thirdparty/etcpak/Error.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/thirdparty/etcpak/Error.hpp b/thirdparty/etcpak/Error.hpp new file mode 100644 index 0000000000..9817754b74 --- /dev/null +++ b/thirdparty/etcpak/Error.hpp @@ -0,0 +1,9 @@ +#ifndef __ERROR_HPP__ +#define __ERROR_HPP__ + +#include "Bitmap.hpp" + +float CalcMSE3( const Bitmap& bmp, const Bitmap& out ); +float CalcMSE1( const Bitmap& bmp, const Bitmap& out ); + +#endif |