summaryrefslogtreecommitdiff
path: root/libavcodec/opus_rc.h
Commit message (Collapse)AuthorAge
* opus_rc: add macros for checkpoint rollbackRostislav Pehlivanov2017-04-08
| | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* opus_rc: add entropy encoding functionsRostislav Pehlivanov2017-02-14
| | | | | | | Mostly used the RFC document, the decoding functions and the reference encoder's implmenentation as a reference. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* opus_rc: rename total_bits_used to total_bits and #define some constantsRostislav Pehlivanov2017-02-04
| | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* opus: move the entropy decoding functions to opus_rc.cRostislav Pehlivanov2016-11-08
The intention is to have both encoding and decoding functions in opus_rc.c. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>