Sign in
aomedia
/
aom
/
b7c05bdcd536963338f093597e671a2669a36a8d
/
tools
/
aom_entropy_optimizer.c
b7c05bd
*.{c,cc,h}: normalize AOMedia copyright
by James Zern
· 7 months ago
8c004e1
Rename variables to distinguish skip_mode and skip_txfm
by chiyotsai
· 4 years, 9 months ago
2df76f2
Fix potential resource leaks
by Yaowu Xu
· 4 years, 10 months ago
830b897
update .clang-format for clang-7
by Hien Ho
· 6 years ago
60e653d
cmake: Output aom_config in config sub dir.
by Tom Finegan
· 7 years ago
cc6a6ef
Move FRAME_COUNTS to encoder side completely
by Yue Chen
· 7 years ago
3c12541
Add cdf optimizer for a few symbols with variable # of modes
by Yue Chen
· 7 years ago
e647a10
Remove WEDGE_IDX_ENTROPY_CODING macro
by Yue Chen
· 7 years ago
0b9d8a1
Fix cdf optimizer for compound types
by Yue Chen
· 7 years ago
198738d
Support multi-q-category coeff cdf table optimization
by Yue Chen
· 7 years ago
b4720d3
Cost update and stats collection for CfL symbols
by Yue Chen
· 7 years ago
5879c59
Remove negative sum check in entropy_optimizer
by Luc Trudeau
· 7 years ago
6ba8194
Remove function optimize_entropy_table() and all usages
by Luc Trudeau
· 7 years ago
afa96c1
Remove malloc from parse_counts_for_cdf_opt
by Luc Trudeau
· 7 years ago
7355e0a
Remove malloc from counts_to_cdf
by Luc Trudeau
· 7 years ago
37a1f17
aom_entropy_optimizer: handle padding of uv_mode
by David Michael Barr
· 7 years ago
45dfb79
[NORMATIVE-SYNTAX] Disable filter_intra in >32x32 sb_type
by Yue Chen
· 7 years ago
3ec16a3
Remove CONFIG_CFL macro
by Luc Trudeau
· 7 years ago
73335fa
[NORMATIVE] Make wedge_index entropy coded
by Yue Chen
· 7 years ago
a96047d
Remove CONFIG_EXT_COMP_REFS flag
by Zoe Liu
· 7 years ago
1687085
Remove CONFIG_EXT_PARTITION_TYPES config flag
by Debargha Mukherjee
· 7 years ago
93c3502
Remove CONFIG_EXT_SKIP flag
by Zoe Liu
· 7 years ago
69d9aef
Remove CONFIG_FILTER_INTRA flag
by Yue Chen
· 7 years ago
293f281
Remove intrabc experiment flag
by Hui Su
· 7 years ago
cad5ebc
Remove experimental flag of LV_MAP
by Sebastien Alaiwan
· 7 years ago
3b35347
[NORMATIVE] Unify context design for single ref
by Zoe Liu
· 7 years ago
4917295
[NORMATIVE] Unify comp ref context design
by Zoe Liu
· 7 years ago
d8edf23
entropy_analyzer: output optimized eob_extra in CDF
by Hui Su
· 7 years ago
45b65af
Fix build for entropy-stats
by Hui Su
· 7 years ago
717ce09
Remove kf_ctx experiment flag
by Hui Su
· 7 years ago
9fdf2e2
Remove more code about probability based entropy coding
by Hui Su
· 7 years ago
cb3a8ef
[CFL] separate uv_mode CDFs, split on is_cfl_allowed
by David Michael Barr
· 7 years ago
78f7bb9
Remove experimental flag of LV_MAP_MULTI
by Sebastien Alaiwan
· 7 years ago
0db7d0e
[lv_map_multi] multisymbol coding of eob
by Dake He
· 7 years ago
4d44769
[lv_map_multi] base level coding
by Dake He
· 7 years ago
b101935
Remove unused binary-symbol coding and tree-based coding
by Yue Chen
· 7 years ago
07365c9
Remove lpf_sb
by Cheng Chen
· 7 years ago
994dba2
Clean ups and bug-fixes for filter_intra
by Yue Chen
· 7 years ago
e2d8f18
[lv_map_multi] BR coding
by Dake He
· 7 years ago
083ca72
Remove dead code for old rect_tx_ext
by Yue Chen
· 7 years ago
4ca633d
Fix txb_skip context model
by Jingning Han
· 7 years ago
8c7bd92
Parse skip mode stats from aom_entropy_optimizer
by Zoe Liu
· 7 years ago
7d01ab5
[lv_map_multi] Simplified multisymbol BR coding
by Dake He
· 7 years ago
5988177
[lv_map_multi] add counters in multisymbol mode
by Dake He
· 7 years ago
d0d6097
Remove CTX1D experiment
by Frederic Barbier
· 7 years ago
0f3942f
Remove dead member: wedge_interintra_prob
by Sebastien Alaiwan
· 7 years ago
9f09c71
Remove dead member: interintra_prob
by Sebastien Alaiwan
· 7 years ago
bc958f6
Remove dead member: interintra_mode_prob
by Sebastien Alaiwan
· 7 years ago
5ffed8a
Remove dead member: obmc_probs
by Sebastien Alaiwan
· 7 years ago
1a5ac97
Remove dead members and their computation
by Sebastien Alaiwan
· 7 years ago
9f01e84
Remove dead member: txfm_partition_prob
by Sebastien Alaiwan
· 7 years ago
4d01de3
Remove dead member: delta_lf_prob
by Sebastien Alaiwan
· 7 years ago
8004734
Remove dead member: delta_q_prob
by Sebastien Alaiwan
· 7 years ago
da2eefc
New filter_intra implementation + entropy coding
by Yue Chen
· 7 years ago
01b01c0
Make the first cdf prob < CDF_PROB_TOP to avoid infinite loop
by Yue Chen
· 7 years ago
aac6162
Use CDFs to cost right/bottom partitions in rd_pick_partition
by Rupert Swarbrick
· 7 years ago
34d5566
Remove COMPOUND_SINGLEREF experiment
by Sebastien Alaiwan
· 7 years ago
4eba69b
Fix inefficient coding of filter_intra modes
by Yue Chen
· 7 years ago
b7301cd
Remove smooth_hv experiment flag.
by Urvang Joshi
· 7 years ago
e09a9a6
Update entropy optimizer for new AOM_CDF* macros.
by Thomas Daede
· 7 years ago
7fc6b2a
Remove LGT_FROM_PRED experiment
by Sebastien Alaiwan
· 7 years ago
80daf0c
Remove NCOBMC_ADAPT_WEIGHT from AV1
by Yue Chen
· 7 years ago
3bac992
Remove experimental flag of EXT_TX
by Sebastien Alaiwan
· 7 years ago
2b9ec2e
Rename ZEROMV to GLOBALMV
by Sarah Parker
· 7 years ago
670b660
Remove CONFIG_INTERINTRA
by Yue Chen
· 7 years ago
1f56b8e
Remove experimental flag of WARPED_MOTION
by Sebastien Alaiwan
· 7 years ago
1bc94fc
Remove experimental flag of MOTION_VAR
by Sebastien Alaiwan
· 7 years ago
3ca43bf
Ext-intra modification/tuning
by Joe Young
· 7 years ago
36773c7
Clean up br-node in lv-map
by Jingning Han
· 7 years ago
fb83877
Remove compile guards for VAR_TX experiment
by Sebastien Alaiwan
· 7 years ago
0cf54d4
Remove abandonned SUPERTX experiment
by Sebastien Alaiwan
· 7 years ago
365e644
Remove compile guards for CONFIG_EXT_REFS
by Sebastien Alaiwan
· 7 years ago
259d442
Remove the intra-interp experiment
by Hui Su
· 7 years ago
63ce36f
filter_intra: make fi mode index entropy coded
by Yue Chen
· 7 years ago
1f9343a
entropy_stats: modify output for intra coder
by Yue Chen
· 7 years ago
855f0fc
Train LPF_SB cdf
by Cheng Chen
· 7 years ago
4bd0b2f
filter_intra: stats collection and cdf optimizer
by Yue Chen
· 7 years ago
96d1c0a
Rename TM_PRED --> PAETH_PRED.
by Urvang Joshi
· 7 years ago
432012f
lgt-from-pred: transforms based on prediction
by Lester Lu
· 7 years ago
0bdea0d
Remove compile guards for CONFIG_EXT_INTER
by Sebastien Alaiwan
· 7 years ago
355a7a7
Remove tx_size probability tables.
by Urvang Joshi
· 7 years ago
4650684
entropy_optimizer: Remove av1_default_blockzero_probs.
by Urvang Joshi
· 7 years ago
3ab20b4
Remove delta_q experimental flag.
by Thomas Davies
· 7 years ago
f12cc4a
Customize coding scheme for 1D transform
by Angie Chiang
· 7 years ago
ec92c11
Remove unused switchable filter probs and remove remapping.
by Thomas Davies
· 7 years ago
dd1bae5
Prevent extreme prob when count is small
by Angie Chiang
· 7 years ago
87b01b5
Rework base range entropy coding in level map system
by Jingning Han
· 7 years ago
5f8f7a1
ncobmc-adapt-weight: update motion mode on the second pass
by Wei-Ting Lin
· 7 years ago
02101d1
ncobmc-adapt-weight: add ncobmc-mode into entropy_optimizer
by Wei-Ting Lin
· 7 years ago
8a8cd6b
Generate lv_map default prob by entropy_stats
by Angie Chiang
· 7 years ago
93b543a
Remove ALT_INTRA flag.
by Urvang Joshi
· 8 years ago
d6bdd46
rect_tx_ext: work with var_tx
by Yue Chen
· 8 years ago
d6d9eee
[CFL] UV_PREDICTION_MODE
by Luc Trudeau
· 8 years ago
464c046d
entropy_stats: add offline cdf optimizer and generator
by Yue Chen
· 8 years ago
3916082
entropy_stats: add python script for aggregating multi counts.stt
by Yue Chen
· 8 years ago
6bdc40f
Remove the EC_ADAPT experimental flags.
by Nathan E. Egge
· 8 years ago
5694aa7
Remove the av1_intra_mode_tree const with EC_ADAPT.
by Nathan E. Egge
· 8 years ago
c8b38b0
AV1 offline probability optimizer
by Yue Chen
· 8 years ago