- Adding support for skip blocks, i-frames and p-frames to the backend and transcoder, for texture video use.

- For PVRTC1, we now memset() any extra blocks after the blocks we know will be transcoded into. This is done because in GL there is padding that occurs on textures smaller than 8x8.
- Removing all OpenMP usage and replacing it with a basis C++11 job system.
- Fixing TSVQ class so it can split very long "thin" clusters that before weren't being split. This improves endpoint quantization on videos and complex 2D textures.
- More frontend perf. optimizations.

Tested on OSX, Linux with gcc/clang, and Win using MSVC 2019.
This commit is contained in:
richgel999
2019-06-07 20:35:38 -07:00
parent 06019e73ad
commit ab722fa2e1
20 changed files with 2625 additions and 1231 deletions

File diff suppressed because it is too large Load Diff