Path: blob/master/thirdparty/cvtt/ConvectionKernels_ETC2.h
9898 views
#include <stdint.h>12namespace cvtt3{4namespace Tables5{6namespace ETC27{8const int16_t g_thModifierTable[8] =9{103, 6, 11, 16, 23, 32, 41, 6411};1213const int16_t g_alphaModifierTablePositive[16][4] =14{15{ 2, 5, 8, 14, },16{ 2, 6, 9, 12, },17{ 1, 4, 7, 12, },18{ 1, 3, 5, 12, },19{ 2, 5, 7, 11, },20{ 2, 6, 8, 10, },21{ 3, 6, 7, 10, },22{ 2, 4, 7, 10, },23{ 1, 5, 7, 9, },24{ 1, 4, 7, 9, },25{ 1, 3, 7, 9, },26{ 1, 4, 6, 9, },27{ 2, 3, 6, 9, },28{ 0, 1, 2, 9, },29{ 3, 5, 7, 8, },30{ 2, 4, 6, 8, },31};32}33}34}353637