Sign in
aomedia
/
avm
/
9882c1105d431181f12f8be2dd5b6a4a81fd7254
/
av1
/
common
/
entropy.h
6d574ab
Removal of CONFIG_FORWARDSKIP macro
by Alican Nalci
· 2 years ago
3087249
C090: add H_PARTITION tool
by Yue Chen
· 2 years, 1 month ago
05947a7
CWG-039 parity hiding for transform block
by Luhang Xu
· 2 years, 4 months ago
c43cd39
CWG-C059 / CWG-C060: Coefficient Coding and New TX Sets
by Alican Nalci
· 2 years, 6 months ago
9d47c56
CWG-C002: Forward Skip Coding
by Alican Nalci
· 3 years, 1 month ago
f54ab05
CWG-B065
by Xin Zhao
· 3 years, 8 months ago
41c6dd7
CI: Fix the CI Formatting
by Vibhoothi
· 3 years, 5 months ago
7319db5
Update BSD-3 license for AVM project and files
by Krishna Rapaka
· 3 years, 6 months ago
8570a2c
Change COEFF_CONTEXT_BITS from 6 to 3
by Hui Su
· 5 years ago
4667aa1
Make enum size same for all compilers
by Satish Kumar Suman
· 6 years ago
e1cbb13
cosmetics: normalize include guards
by James Zern
· 7 years ago
ff4a9f8
Remove unused entries in eob_extra_cdf
by Jingning Han
· 7 years ago
60e653d
cmake: Output aom_config in config sub dir.
by Tom Finegan
· 7 years ago
dc54be6
Simplify end-of-frame CDF update
by Hui Su
· 7 years ago
c1a4986
Remove dead code about old coefficient coding model
by Hui Su
· 7 years ago
4f5c352
Refactor lv_map decoder code
by Angie Chiang
· 7 years ago
cad5ebc
Remove experimental flag of LV_MAP
by Sebastien Alaiwan
· 7 years ago
2cfb714
Remove USE_CAUSAL_BR_CTX flag
by Angie Chiang
· 7 years ago
d3d4159
Remove CONFIG_TX64X64
by Yaowu Xu
· 7 years ago
6b41d4d
av1/[common|decoder]: apply clang-format v5.0.0
by Johann
· 7 years ago
366a684
Move encoder specific table in proper scope
by Frederic Barbier
· 7 years ago
a77c871
Cleanup dead table
by Frederic Barbier
· 7 years ago
78f7bb9
Remove experimental flag of LV_MAP_MULTI
by Sebastien Alaiwan
· 7 years ago
8787227
Remove code about tree and probability
by Hui Su
· 7 years ago
4d44769
[lv_map_multi] base level coding
by Dake He
· 7 years ago
d3e7c68
Remove the use of macro "CONFIG_HIGHBITDEPTH"
by Yaowu Xu
· 7 years ago
99ff0b0
Remove experimental flag of Q_ADAPT_PROBS
by Frederic Barbier
· 7 years ago
b101935
Remove unused binary-symbol coding and tree-based coding
by Yue Chen
· 7 years ago
23c511e
Remove ADAPT_SCAN experiment
by Sebastien Alaiwan
· 7 years ago
1757fb6
Remove code in scope !USE_CAUSAL_BASE_CTX
by Linfeng Zhang
· 7 years ago
3f92108
Support 64x16 / 16x64 transform tables
by Debargha Mukherjee
· 7 years ago
7d01ab5
[lv_map_multi] Simplified multisymbol BR coding
by Dake He
· 7 years ago
e5b46b5
Remove unnecessary config flags for rect-tx-ext
by Debargha Mukherjee
· 7 years ago
b3eda2f
Refactor/Change the entropy context for transforms
by Debargha Mukherjee
· 7 years ago
d0d6097
Remove CTX1D experiment
by Frederic Barbier
· 7 years ago
3fe369c
[lv_map_multi] Base level alphabet adjustment
by Dake He
· 7 years ago
d2352ec
lv_map_multi: add 2 more eob coeff contexts
by Ola Hugosson
· 7 years ago
749c21a
Remove experimental flag of NEW_MULTISYMBOL
by Frederic Barbier
· 7 years ago
35a4db3
Replace RECT_TX_EXT experiment
by Debargha Mukherjee
· 7 years ago
e72a209
WIP: lv_map_multi: make br multi symbol
by Ola Hugosson
· 7 years ago
1389210
WIP: lv_map_multi: New experiment
by Ola Hugosson
· 7 years ago
0797a20
Add the option of using 1:4/4:1 tx_size+sb_type
by Yue Chen
· 7 years ago
2d9bd32
[level map] set USE_CAUSAL_CTX to 1
by Dake He
· 7 years ago
3bac992
Remove experimental flag of EXT_TX
by Sebastien Alaiwan
· 7 years ago
03a3292
[level map] simplified context derivation
by Dake He
· 7 years ago
819f45a
Reduce the context model size for base level
by Jingning Han
· 7 years ago
35deaa7
Extend the eob context model
by Jingning Han
· 7 years ago
a24a690
Account for rectangular transform block sizes in lv-map ctx
by Jingning Han
· 7 years ago
fb83877
Remove compile guards for VAR_TX experiment
by Sebastien Alaiwan
· 7 years ago
d0b77ac
Remove PVQ code
by Yushin Cho
· 7 years ago
d8b93f5
Remove abandonned CHROMA_2X2 experiment
by Sebastien Alaiwan
· 7 years ago
43061b3
Enable cdf updates for loop-restoration
by Debargha Mukherjee
· 7 years ago
2b43501
Implement 64x32 and 32x64 transforms
by Debargha Mukherjee
· 7 years ago
cc06591
Remove unused counters for blockz and related code.
by Urvang Joshi
· 7 years ago
f12cc4a
Customize coding scheme for 1D transform
by Angie Chiang
· 8 years ago
87b01b5
Rework base range entropy coding in level map system
by Jingning Han
· 8 years ago
2b38def
Use 7 neighbors for nz_map ctx
by Angie Chiang
· 8 years ago
b53682f
Remove probablity model for coeffecient tokens
by hui su
· 8 years ago
cf85d5c
Separate horiz/vert/2d txfm's nz ctx in lv_map
by Angie Chiang
· 8 years ago
def1125
Use table lookup for computing base ctx
by Angie Chiang
· 8 years ago
ef125a0
Make q_adpt_probs work with CDF
by hui su
· 8 years ago
a506eb6
Use 10 bits to represent adapt_scan probabilities
by Angie Chiang
· 8 years ago
d6bdd46
rect_tx_ext: work with var_tx
by Yue Chen
· 8 years ago
70a80a8
Let adapt_scan's prob precision be adjustable
by Angie Chiang
· 8 years ago
6bdc40f
Remove the EC_ADAPT experimental flags.
by Nathan E. Egge
· 8 years ago
fe67ed6
cb4x4: Move sub-4X4 TX sizes behind CONFIG_CHROMA_2X2.
by Timothy B. Terriberry
· 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
56e226e
Enable 1:4/4:1 transform for 8x16 and 16x8 luma blocks
by Yue Chen
· 8 years ago
ad66b81
Merge NEW_TOKENSET experiment into EC_MULTISYMBOL.
by Nathan E. Egge
· 8 years ago
4c6d436
Handle tx64x64 correctly in get_entropy_contexts.
by Urvang Joshi
· 8 years ago
ed5a30f
Remove subframe_prob_update experiment
by hui su
· 8 years ago
4ff59b5
Cleanup: Remove const for params passed by value
by Yaowu Xu
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
b188ea1
Add PVQ frame context in common and tiles.
by Yushin Cho
· 8 years ago
493623e
Enable ec_adapt by default and fix experiment compatibilities.
by Thomas Davies
· 8 years ago
9b8393f
NEW_MULTISYMBOL: Code extra_bits using multi-symbols.
by Thomas Davies
· 8 years ago
008ea46
Account for 2x2 tx_size in extrabits_size
by Jingning Han
· 8 years ago
f5931e5
Fix off by one in an assert.
by Alex Converse
· 8 years ago
da3d94f
Account for elided extrabits during rate cost calculation.
by Alex Converse
· 8 years ago
e063e2d
highbitdepth: deduplicate extrabits
by Alex Converse
· 8 years ago
1c05c63
NEW_TOKENSET: Make zero block value uncodeable for AC coeffs.
by Thomas Davies
· 8 years ago
04bdd52
NEW_TOKENSET: do not code impossible values.
by Thomas Davies
· 8 years ago
028b57f
EC_ADAPT: Perform backwards updates directly on CDFs.
by Thomas Davies
· 8 years ago
0d10357
Fork the entropy experiment
by hui su
· 8 years ago
bd57fc5
Add probability/count tables for lv_map experiment
by Angie Chiang
· 8 years ago
87aeeb8
Use default CDF tables when initialising coef probs.
by Thomas Davies
· 8 years ago
f3eb840
EC_MULTISYMBOL: make all CDFs have a extra element.
by Thomas Davies
· 8 years ago
27713d9
EC_ADAPT: do faster adaptation initially.
by Thomas Davies
· 8 years ago
a9598cd
ec_multisymbol: Split off new new_tokenset experiment
by Alex Converse
· 8 years ago
fc1598a
EC_MULTISYMBOL: Include EOB in multisymbol encoding.
by Thomas Davies
· 8 years ago
ab78067
EC_MULTISYMBOL: Add block zero (CBP) counts and probs.
by Thomas Davies
· 8 years ago
8e0b869
EC_MULTISYMBOL: Add new context tables.
by Thomas Davies
· 8 years ago
0ccefe2
EC_MULTISYMBOL: merge ZERO_TOKEN into coding scheme.
by Thomas Davies
· 8 years ago
0161a93
Cleanup for the entropy experiment
by hui su
· 8 years ago
e8c6f5f
Adds prep work for 4:1 transforms
by Debargha Mukherjee
· 8 years ago
aa8a4a5
Make entropy context scalable to atom transform block size
by Jingning Han
· 8 years ago
4887639
Make get_entropy_context() support 2x2 transform block
by Jingning Han
· 8 years ago
153e1f8
Add default 64x64 scan orders and entropy models
by Debargha Mukherjee
· 8 years ago
1e4e29f
Fix rans ec_multisymbol merge issues.
by Alex Converse
· 8 years ago
Next »