add pvrtc1 4bpp support

This commit is contained in:
Ishotihadus
2019-12-12 03:13:20 +09:00
parent aa29a229ea
commit 89347bbdbe
4 changed files with 287 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef PVRTC_H
#define PVRTC_H
#include <stdint.h>
int decode_pvrtc_4bpp(const uint8_t*, const int, const int, uint32_t*);
#endif /* end of include guard: PVRTC_H */