summaryrefslogtreecommitdiff
path: root/aom_dsp/bitreader.h
Commit message (Expand)AuthorAge
* cmake: Output aom_config in config sub dir.Tom Finegan2018-05-23
* Make trailing bit part of arithmetic codeFrank Bossen2018-03-29
* lv-map: replace read/write_bin with read/write_symbolHui Su2018-01-23
* Remove experimental flag of LV_MAP_MULTISebastien Alaiwan2018-01-11
* Remove tree reader and writer.Thomas Daede2018-01-08
* Drop support for decryptionSebastien Alaiwan2017-12-21
* Remove ANS experimentSebastien Alaiwan2017-12-05
* lv_map_multi: remove prob precision reduction in aom_read_binOla Hugosson2017-11-21
* LV_MAP_MULTI: use reduced probability in EC.Thomas Davies2017-11-17
* Remove RAWBITS experimentSebastien Alaiwan2017-11-16
* WIP: lv_map_multi: New experimentOla Hugosson2017-11-14
* Allow to disable the probability updateYunqing Wang2017-11-03
* Use 7-bit precision for level-map probability modelJingning Han2017-10-13
* Support 8-bit prob model for lv-mapJingning Han2017-10-11
* Experiment probability precision for lv-map codingJingning Han2017-10-04
* Remove the EC_ADAPT experimental flags.Nathan E. Egge2017-07-11
* Remove the DAALA_EC experiment.Nathan E. Egge2017-05-25
* Replace EC_MULTISYMBOL with DAALA_EC || ANS.Nathan E. Egge2017-05-20
* Cleanup: Remove const for params passed by valueYaowu Xu2017-04-24
* [Code Cleanup] Move accounting.[ch] to decoderLuc Trudeau2017-04-21
* daala_ec: Remove non-dyadic functions.Timothy B. Terriberry2017-04-14
* Fix broken build with accountingYushin Cho2017-03-14
* Add a symbol decode call count to accounting.Thomas Davies2017-03-10
* Rename aom_read_tree_bits() to aom_read_tree_as_bits().Nathan E. Egge2017-02-16
* Fix DAALA_EC when EC_MULTISYMBOL disabled.Nathan E. Egge2017-02-16
* Add flag for RAWBITS to use raw bits with DAALA_EC.Nathan E. Egge2017-02-15
* ans: Switch from uABS to rABSAlex Converse2017-02-04
* Use the standard aom_reader_init() interface for ansAlex Converse2017-01-11
* Use const cdf with aom_read_symbol().Nathan E. Egge2017-01-09
* Split aom_read_cdf() from aom_read_symbol().Nathan E. Egge2017-01-09
* Add API for coding symbols with unscaled CDFs.Nathan E. Egge2017-01-05
* Specify ANS window size at initializationAlex Converse2016-12-17
* Explicitly call daala read/write bit functions.Nathan E. Egge2016-12-15
* Unfork some ANS setup codeAlex Converse2016-12-14
* Reinstate "fix msvc build warnings and errors"Yaowu Xu2016-11-12
* Revert "fix msvc build warnings and errors"Yaowu Xu2016-11-10
* fix msvc build warnings and errorsYaowu Xu2016-11-10
* Fix msvc compiler warningsYaowu Xu2016-11-09
* Fix rans ec_multisymbol merge issues.Alex Converse2016-11-09
* Centralize EC_MULTISYMBOL error checking.Nathan E. Egge2016-10-29
* Only build aom_read/write_symbol if CONFIG_EC_MULTISYMBOLAlex Converse2016-10-29
* Add ec_multisymbol for common daala_ec and rans codeAlex Converse2016-10-29
* Add EC_ADAPT experiment for symbol-adaptive entropy coding.Thomas2016-10-29
* Merge "Partition the ans experiment into 'ans' and 'rans'" into nextgenv2Yaowu Xu2016-10-19
|\
| * Partition the ans experiment into 'ans' and 'rans'Alex Converse2016-10-19
* | Change return type of tell and tell_frac to uint32_t.Nathan E. Egge2016-10-19
|/
* Bit accounting.Michael Bebenita2016-10-19
* Adds ability to measure with a higher precision the number of bitsMichael Bebenita2016-10-18
* Port aom_reader_tell() supportMichael Bebenita2016-10-18
* Rename daala_read_tree_cdf() to daala_read_symbol().Nathan E. Egge2016-10-17