diff options
Diffstat (limited to 'thirdparty/etcpak/Tables.cpp')
-rw-r--r-- | thirdparty/etcpak/Tables.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/etcpak/Tables.cpp b/thirdparty/etcpak/Tables.cpp index 5c7fd9cf61..65d7db7499 100644 --- a/thirdparty/etcpak/Tables.cpp +++ b/thirdparty/etcpak/Tables.cpp @@ -86,6 +86,8 @@ const int32_t g_alpha[16][8] = { { -3, -5, -7, -9, 2, 4, 6, 8 } }; +const int32_t g_alpha11Mul[16] = { 1, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120 }; + const int32_t g_alphaRange[16] = { 0x100FF / ( 1 + g_alpha[0][7] - g_alpha[0][3] ), 0x100FF / ( 1 + g_alpha[1][7] - g_alpha[1][3] ), |