aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/bs_encode/encode.h
Commit message (Collapse)AuthorAgeFilesLines
* Use common bit allocation engine for AT1 modenew_psyDaniil Cherednik3 days1-1/+2
| | | | | | This commit also removes handling "bfuidxconst" option and mark it as deprecated. This option actually does not affect encoding speed significantly.
* [AT3P] Adjust number of quant units during encoding.Daniil Cherednik2025-05-031-1/+5
|
* Minimal implementation of AT3P bitstream for residual signal.Daniil Cherednik2025-04-191-0/+67
* 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