aboutsummaryrefslogtreecommitdiffstats
path: root/src/atrac/at3p/ghasend_tool.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disable asan for stable branch. Remove ghasendtool.Daniil Cherednik2025-07-201-90/+0
|
* Minimal implementation of AT3P bitstream for residual signal.Daniil Cherednik2025-04-191-1/+1
| | | | | | | | * Write scale factor index, wordlen, codetable directly (without VLC) * Use huffman tables for mantisas * Some draft of the library to simplify bit allocation code * Tonal encoding teporary disabled * Allow c++14
* [AT3P] GHA development:Daniil Cherednik2024-10-061-0/+90
* Multidimensional gha, rework residual check * Possibility to look into the next frame during GHA * Possibility to pass envelope into bitstream * Tool to create oma file from tsv gha description (to test envelope processing)