summaryrefslogtreecommitdiff
path: root/thirdparty/misc/hq2x.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-05-16 16:51:08 +0200
committerGitHub <noreply@github.com>2020-05-16 16:51:08 +0200
commit2fa795dea9b5ef672dd8ba75c26140e194d3f207 (patch)
treef224bd1a5ccfa8ce3928b811585ceebcbd47492e /thirdparty/misc/hq2x.h
parentac58372db824b74b8c4feb948434b924c573b847 (diff)
parentd935a4348d9d0284be0bb7a9ad001a6b406112c5 (diff)
Merge pull request #29587 from Calinou/remove-hq2x
Remove HQ2X and the `Image.expand_2x_hq2x()` method
Diffstat (limited to 'thirdparty/misc/hq2x.h')
-rw-r--r--thirdparty/misc/hq2x.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/thirdparty/misc/hq2x.h b/thirdparty/misc/hq2x.h
deleted file mode 100644
index bebd917950..0000000000
--- a/thirdparty/misc/hq2x.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef HQ2X_H
-#define HQ2X_H
-
-#include "core/typedefs.h"
-
-
-uint32_t *hq2x_resize(
- const uint32_t *image,
- uint32_t width,
- uint32_t height,
- uint32_t *output,
- uint32_t trY = 0x30,
- uint32_t trU = 0x07,
- uint32_t trV = 0x06,
- uint32_t trA = 0x50,
- bool wrapX = false,
- bool wrapY = false );
-
-#endif // HQ2X_H