Sign in
aomedia
/
aom
/
667870ee0dda32632b071a6747e5d907d6707289
/
aom_dsp
/
bitreader.h
cc2a686
Move odintrin.{c,h} to aom_dsp/
by Yaowu Xu
· 3 years, 8 months ago
e2b505b
Fixes for bitstream debug tool
by Urvang Joshi
· 4 years, 9 months ago
57faa92
Remove commented-out debug code in aom_read_().
by Wan-Teh Chang
· 5 years ago
d9a824f
Remove daalaboolreader.* and daalaboolwriter.*.
by Wan-Teh Chang
· 5 years ago
c0b290f
Remove the aom_reader_has_error() function.
by Wan-Teh Chang
· 7 years ago
e1cbb13
cosmetics: normalize include guards
by James Zern
· 7 years ago
47d59ce
Detect when we have read beyond the end of buffer.
by Wan-Teh Chang
· 7 years ago
60e653d
cmake: Output aom_config in config sub dir.
by Tom Finegan
· 7 years ago
df46b22
Make trailing bit part of arithmetic code
by Frank Bossen
· 7 years ago
41d6152
lv-map: replace read/write_bin with read/write_symbol
by Hui Su
· 7 years ago
78f7bb9
Remove experimental flag of LV_MAP_MULTI
by Sebastien Alaiwan
· 7 years ago
7131b48
Remove tree reader and writer.
by Thomas Daede
· 7 years ago
2b1ec18
Drop support for decryption
by Sebastien Alaiwan
· 7 years ago
b0460fa
Remove ANS experiment
by Sebastien Alaiwan
· 7 years ago
e5f5e27
lv_map_multi: remove prob precision reduction in aom_read_bin
by Ola Hugosson
· 7 years ago
736ddef
LV_MAP_MULTI: use reduced probability in EC.
by Thomas Davies
· 7 years ago
3db0845
Remove RAWBITS experiment
by Sebastien Alaiwan
· 7 years ago
1389210
WIP: lv_map_multi: New experiment
by Ola Hugosson
· 7 years ago
0e141b5
Allow to disable the probability update
by Yunqing Wang
· 7 years ago
1c077a4
Use 7-bit precision for level-map probability model
by Jingning Han
· 7 years ago
31122f5
Support 8-bit prob model for lv-map
by Jingning Han
· 7 years ago
94cea4a
Experiment probability precision for lv-map coding
by Jingning Han
· 7 years ago
6bdc40f
Remove the EC_ADAPT experimental flags.
by Nathan E. Egge
· 8 years ago
476c63c
Remove the DAALA_EC experiment.
by Nathan E. Egge
· 8 years ago
cd53951
Replace EC_MULTISYMBOL with DAALA_EC || ANS.
by Nathan E. Egge
· 8 years ago
4ff59b5
Cleanup: Remove const for params passed by value
by Yaowu Xu
· 8 years ago
83fbd57
[Code Cleanup] Move accounting.[ch] to decoder
by Luc Trudeau
· 8 years ago
033e536
daala_ec: Remove non-dyadic functions.
by Timothy B. Terriberry
· 8 years ago
d080f41
Fix broken build with accounting
by Yushin Cho
· 8 years ago
f7f87ff
Add a symbol decode call count to accounting.
by Thomas Davies
· 8 years ago
c4e9e47
Rename aom_read_tree_bits() to aom_read_tree_as_bits().
by Nathan E. Egge
· 8 years ago
0f11c78
Fix DAALA_EC when EC_MULTISYMBOL disabled.
by Nathan E. Egge
· 8 years ago
24f1a90
Add flag for RAWBITS to use raw bits with DAALA_EC.
by Nathan E. Egge
· 8 years ago
c54692b
ans: Switch from uABS to rABS
by Alex Converse
· 8 years ago
346440b
Use the standard aom_reader_init() interface for ans
by Alex Converse
· 8 years ago
2d8dd96
Use const cdf with aom_read_symbol().
by Nathan E. Egge
· 8 years ago
e069849
Split aom_read_cdf() from aom_read_symbol().
by Nathan E. Egge
· 8 years ago
c98d286
Add API for coding symbols with unscaled CDFs.
by Nathan E. Egge
· 8 years ago
2cdf0d8
Specify ANS window size at initialization
by Alex Converse
· 8 years ago
08c99eb
Explicitly call daala read/write bit functions.
by Nathan E. Egge
· 8 years ago
5b5140b
Unfork some ANS setup code
by Alex Converse
· 8 years ago
f42bba2
Reinstate "fix msvc build warnings and errors"
by Yaowu Xu
· 8 years ago
fdb4216
Revert "fix msvc build warnings and errors"
by Yaowu Xu
· 8 years ago
32dbdff
fix msvc build warnings and errors
by Yaowu Xu
· 8 years ago
febe9b0
Fix msvc compiler warnings
by Yaowu Xu
· 8 years ago
1e4e29f
Fix rans ec_multisymbol merge issues.
by Alex Converse
· 8 years ago
baaaa16
Centralize EC_MULTISYMBOL error checking.
by Nathan E. Egge
· 8 years ago
58c520a
Only build aom_read/write_symbol if CONFIG_EC_MULTISYMBOL
by Alex Converse
· 8 years ago
aca9feb
Add ec_multisymbol for common daala_ec and rans code
by Alex Converse
· 8 years ago
9ac5508
Add EC_ADAPT experiment for symbol-adaptive entropy coding.
by Thomas
· 8 years ago
cfc5ac5
Merge "Partition the ans experiment into 'ans' and 'rans'" into nextgenv2
by Yaowu Xu
· 8 years ago
ec6fb64
Partition the ans experiment into 'ans' and 'rans'
by Alex Converse
· 8 years ago
b244f39
Change return type of tell and tell_frac to uint32_t.
by Nathan E. Egge
· 9 years ago
6048d05
Bit accounting.
by Michael Bebenita
· 9 years ago
d7baf45
Adds ability to measure with a higher precision the number of bits
by Michael Bebenita
· 9 years ago
868fc0b
Port aom_reader_tell() support
by Michael Bebenita
· 9 years ago
45741e9
Rename daala_read_tree_cdf() to daala_read_symbol().
by Nathan E. Egge
· 9 years ago
4446014
Add API for writing trees using a CDF.
by Nathan E. Egge
· 9 years ago
43acafd
Use Daala entropy coder to code trees.
by Nathan E. Egge
· 9 years ago
8043cc4
Use Daala entropy coder to code bits.
by Nathan E. Egge
· 9 years ago
a1ac972
Import the aom_read/write_symbol abstractions from aom/master
by Alex Converse
· 8 years ago
eeedc63
Move tree writing code into bitwriter.h.
by Nathan E. Egge
· 9 years ago
7fe2ae8
Port ANS from aom/master 25aaf40
by Alex Converse
· 8 years ago
e691a24
Refactor bitreader and bitwriter wrapper.
by Nathan E. Egge
· 9 years ago
acef60b
Migrate bitreader to the interface from aom/master
by Alex Converse
· 8 years ago
eb00cb2
Move and wrap the old vpx boolcoder.
by Alex Converse
· 9 years ago
0764955
Merge "Change to use aom copyright notice" into nextgenv2
by Yaowu Xu
· 9 years ago
9c01aa1
Change to use aom copyright notice
by Yaowu Xu
· 9 years ago
cb9a9eb
Add frame info in bitstream debug tool
by Angie Chiang
· 9 years ago
f883b42
Port renaming changes from AOMedia
by Yaowu Xu
· 9 years ago
c27fc14
Port folder renaming changes from AOM
by Yaowu Xu
· 9 years ago
[Renamed (96%) from vpx_dsp/bitreader.h]
4de81ee
Bitstream debug tool
by Angie Chiang
· 9 years ago
1214cee
vpx_dsp/: apply clang-format
by clang-format
· 9 years ago
6aa2163
bitreader/writer: Change shift to signed
by Alex Converse
· 9 years ago
70ad668
vpx_dsp/prob.h: vp9_ -> vpx_
by Yaowu Xu
· 10 years ago
bf82514
vpx_dsp/bitreader.h: vp9_->vpx_
by Yaowu Xu
· 10 years ago
87d2c3c
Removed vp9_ prefix from vpx_dsp/bitreader file names
by Yaowu Xu
· 10 years ago
[Renamed (96%) from vpx_dsp/vp9_reader.h]
97279ed
Move bit reader files to vpx_dsp
by Yaowu Xu
· 10 years ago
[Renamed (98%) from vp9/decoder/vp9_reader.h]
1e0aa94
inline vp9_reader_has_error()
by James Zern
· 10 years ago
e1f55e0
vp9_reader: reorder struct members
by James Zern
· 10 years ago
f452961
fixes several -Wunused-function warnings
by Jim Bankoski
· 11 years ago
18c0860
Add VPXD_SET_DECRYPTOR support to the VP9 decoder.
by Joey Parrish
· 11 years ago
40aa910
vp9/decoder: add extern "C" to headers
by James Zern
· 11 years ago
f69b560
Renaming vp9_dboolhuff.{h, c} to vp9_reader.{h, c}.
by Dmitry Kovalev
· 11 years ago
[Renamed (94%) from vp9/decoder/vp9_dboolhuff.h]
b5c9261
Converting vp9_treecoder.h to vp9_prob.{h, c}
by Dmitry Kovalev
· 11 years ago
d7efe06
Deleting vp9_treereader.h file.
by Dmitry Kovalev
· 11 years ago
9f37d89
optimize decode_bool operation
by Yaowu Xu
· 11 years ago
c8ba8c5
cosmetics: strip 'VP9_' from defines in vp9 only code
by James Zern
· 12 years ago
ca75f12
Removing and moving around constant definitions.
by Dmitry Kovalev
· 12 years ago
0b44624
Finally removing BOOL_DECODER and using vp9_reader instead.
by Dmitry Kovalev
· 12 years ago
db015c8
Moving functions from vp9_dboolhuff.c to vp9_decodframe.c.
by Dmitry Kovalev
· 12 years ago
67d0600
Replacing vp9_read, vp9_read_literal, vp9_read_bit macros with functions.
by Dmitry Kovalev
· 12 years ago
180cd5f
General code cleanup.
by Dmitry Kovalev
· 12 years ago
7f99c3c
Code cleanup.
by Dmitry Kovalev
· 12 years ago
548b4dd
Code cleanup.
by Dmitry Kovalev
· 12 years ago
5a18106
Code cleanup.
by Dmitry Kovalev
· 12 years ago
879cb7d
Merge vp9-preview changes into experimental branch
by John Koleszar
· 12 years ago
5ebe94f
Build fixes to merge vp9-preview into master
by John Koleszar
· 12 years ago
4cca47b
Use standard integer types for pixel values and coefficients.
by Ronald S. Bultje
· 12 years ago
2b8dc06
google style guide include guards
by Jim Bankoski
· 12 years ago
Next »