diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-04-13 01:09:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 01:09:38 +0200 |
commit | 8793a464d312c5a48490fbec03c26f2835318063 (patch) | |
tree | 8be39ad26992b0bc10ee69fef5f0c5cadb6a0760 /thirdparty/etcpak/Error.hpp | |
parent | 075f358fcddbb3df8417ef85baabdf3684a4efd2 (diff) | |
parent | d840165a324b5c218ca3a4882f030986855c8383 (diff) |
Merge pull request #47370 from fire/etcpak
Add thirdparty library etcpak for faster imports.
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 |