FasTC/BPTCEncoder
Pavel Krajcevski 6954d7b154 Refactor RGBAEndpoints
Changed the RGBAEndpoints to use the vector/matrix classes in
FasTCBase. This caused a ~20ms performance hit on an 8-core machine
which is likely due to the compiler having difficulty compiling away
some procedure call overheads. Upon profiling, the biggest bottleneck
is still by far the QuantizedError function, so any and all further
optimization should be focused on that.
2014-03-21 01:21:07 -04:00
..
config Some formatting and rearrange the BPTC code to be more structured like the others 2014-01-21 14:46:25 -05:00
include Some formatting and rearrange the BPTC code to be more structured like the others 2014-01-21 14:46:25 -05:00
src Refactor RGBAEndpoints 2014-03-21 01:21:07 -04:00
CMakeLists.txt Merge branch 'master' into ModularizeBPTC 2014-02-27 14:20:50 -05:00