summaryrefslogtreecommitdiff
path: root/aom_dsp/bitwriter.h
Commit message (Expand)AuthorAge
* cmake: Output aom_config in config sub dir.Tom Finegan2018-05-23
* adding support for trailing bits write/readCyril Concolato2018-03-19
* Remove av1_cost_bit()Hui Su2018-01-23
* 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
* 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
* Remove compile guards for VAR_TX experimentSebastien Alaiwan2017-10-24
* 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 special ANS initialization handlingAlex Converse2017-08-14
* 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
* daala_ec: Remove non-dyadic functions.Timothy B. Terriberry2017-04-14
* 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: Cleanup rans writing routinesAlex Converse2017-02-13
* ans: Switch from uABS to rABSAlex Converse2017-02-04
* Use const cdf with aom_write_cdf().Nathan E. Egge2017-01-09
* Split aom_write_cdf() from aom_write_symbol().Nathan E. Egge2017-01-09
* Add API for coding symbols with unscaled CDFs.Nathan E. Egge2017-01-05
* Fix aom_write_bit() to match aom_read_bit().Nathan E. Egge2016-12-15
* Explicitly call daala read/write bit functions.Nathan E. Egge2016-12-15
* Compute token_stats in aom_write_bit_record() function.Nathan E. Egge2016-12-15
* Fix rans ec_multisymbol merge issues.Alex Converse2016-11-09
* Add txb_coeff_cost_map into TOKEN_STATSAngie Chiang2016-11-08
* Add token cost comparison in write_modes_b()Angie Chiang2016-11-04
* 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
* Partition the ans experiment into 'ans' and 'rans'Alex Converse2016-10-19
* Rename aom_write_tree_cdf() to aom_write_symbol().Nathan E. Egge2016-10-17
* Add API for writing trees using a CDF.Nathan E. Egge2016-10-14
* Use Daala entropy coder to code trees.Nathan E. Egge2016-10-14
* Use Daala entropy coder to code bits.Nathan E. Egge2016-10-14
* Remove the starting zero from ANS CDFs.Alex Converse2016-10-12
* Import the aom_read/write_symbol abstractions from aom/masterAlex Converse2016-10-12
* Move tree writing code into bitwriter.h.Nathan E. Egge2016-10-11
* Migrate bitwriter to the interface in aom/masterAlex Converse2016-09-21
* Move and wrap the old vpx boolcoder.Alex Converse2016-09-17
* Merge "Change to use aom copyright notice" into nextgenv2Yaowu Xu2016-09-02
|\