summaryrefslogtreecommitdiffstats
path: root/src/lib/bs_encode
Commit message (Collapse)AuthorAgeFilesLines
* Initialize bit allocator LastLambda during the start allocation. Fix issues/69Daniil Cherednik2026-05-021-0/+1
|
* Merge branch 'master' into new_psyDaniil Cherednik2026-02-231-0/+1
|\
| * Compile fix for missing cstdint (#54)Ronnie Sahlberg2025-11-121-0/+1
| | | | | | Signed-off-by: Ronnie Sahlberg <[email protected]>
* | Use common bit allocation engine for AT1 modeDaniil Cherednik2025-07-312-5/+9
|/ | | | | | 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-033-1/+41
|
* Minimal implementation of AT3P bitstream for residual signal.Daniil Cherednik2025-04-193-0/+393
* 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