Sign in
aomedia
/
avm
/
3ef926edc22b9394070088018f28b8c2a08d248f
/
av1
/
decoder
/
decodeframe.c
3ef926e
Update kf_y_mode_cdf tables once per frame.
by Nathan E. Egge
· 9 years ago
b0f9968
Merge "Remove the has_no_coeffs corner case" into nextgenv2
by Angie Chiang
· 8 years ago
a6923f7
Unify set_contexts() function for encoder and decoder
by Jingning Han
· 9 years ago
ac499f3
Use MV_FP_SIZE based constant instead of 3.
by Nathan E. Egge
· 9 years ago
360383b
Merge "decodeframe.c: aom_read_tree_cdf->aom_read_symbol" into nextgenv2
by Yaowu Xu
· 8 years ago
f2581a3
decodeframe.c: aom_read_tree_cdf->aom_read_symbol
by Yaowu Xu
· 8 years ago
130ca4d
Remove the has_no_coeffs corner case
by Peter de Rivaz
· 8 years ago
6cfaff9
Sync with aom branch for ext-refs
by Zoe Liu
· 8 years ago
cfc5ac5
Merge "Partition the ans experiment into 'ans' and 'rans'" into nextgenv2
by Yaowu Xu
· 8 years ago
f693610
Step size and arithmetic coding for delta quantization.
by Thomas Davies
· 9 years ago
0744116
Support for delta-q at superblock level
by Arild Fuldseth
· 9 years ago
dc8a2c5
Merge "Always send frame size explicitly" into nextgenv2
by Yaowu Xu
· 8 years ago
8f6eb18
Fix decodeframe.c format
by Jingning Han
· 8 years ago
842e9b0
Always send frame size explicitly
by Arild Fuldseth
· 9 years ago
ec6fb64
Partition the ans experiment into 'ans' and 'rans'
by Alex Converse
· 8 years ago
66b1fcc
Merge changes I3922dea2,I3bab2848,I21f7478a,Ida5de713,Ib9f0eefe, ... into nextgenv2
by Urvang Joshi
· 8 years ago
e22a480
Merge "Fix format in set_offsets()" into nextgenv2
by Hui Su
· 8 years ago
6048d05
Bit accounting.
by Michael Bebenita
· 9 years ago
97d8548
Fix format in set_offsets()
by Jingning Han
· 9 years ago
368fbc9
Fix warnings reported by -Wshadow: Part2b: more from av1 directory
by Urvang Joshi
· 8 years ago
454280d
Fix warnings reported by -Wshadow: Part2: av1 directory
by Urvang Joshi
· 8 years ago
03f6fdc
Fix warnings reported by -Wshadow: Part1b: scan_order struct and variable
by Urvang Joshi
· 8 years ago
f627e58
Update segment tree_cdf per frame.
by Nathan E. Egge
· 9 years ago
fba2be6
Update partition_cdf per frame.
by Nathan E. Egge
· 9 years ago
93878c4
Update inter_ext_tx_cdf per frame.
by Nathan E. Egge
· 9 years ago
7c5b4c1
Update intra_ext_tx_cdf per frame.
by Nathan E. Egge
· 9 years ago
4947c29
Update switchable_interp_cdf once per frame.
by Nathan E. Egge
· 9 years ago
b100db7
Wrap palette code inside CONFIG_PALETTE flag.
by Urvang Joshi
· 8 years ago
d71be78
Revert "Revert "Move CLPF block signals from frame to SB level.""
by Yaowu Xu
· 8 years ago
4b71775
Merge "Revert "Move CLPF block signals from frame to SB level."" into nextgenv2
by Yaowu Xu
· 8 years ago
9b25f30
Revert "Move CLPF block signals from frame to SB level."
by Yaowu Xu
· 8 years ago
a48764d
Merge "Renamings for OBMC experiment" into nextgenv2
by Yue Chen
· 8 years ago
9753503
Move CLPF block signals from frame to SB level.
by Steinar Midtskogen
· 9 years ago
cb60b18
Renamings for OBMC experiment
by Yue Chen
· 8 years ago
e874ce0
Deringing cleanup: remove DERING_REFINEMENT (always on now)
by Jean-Marc Valin
· 9 years ago
24f7b07
Send allow_screen_content flag for both key and intra only frames
by hui su
· 8 years ago
ded69f5
CLPF: Remove redundant function argument.
by Steinar Midtskogen
· 9 years ago
ecf9a0c
Extend CLPF to chroma.
by Steinar Midtskogen
· 9 years ago
9021d09
Remove some dead code in CLPF.
by Steinar Midtskogen
· 9 years ago
e8224c7
Reduce memory footprint for CLPF decoding.
by Steinar Midtskogen
· 9 years ago
2fd70ee
Silence some harmless compiler warnings in CLPF.
by Steinar Midtskogen
· 9 years ago
d06588a
New CLPF: New kernel and RDO for strength and block size
by Steinar Midtskogen
· 9 years ago
bf04312
Merge "Further changes to new-quant tables" into nextgenv2
by Debargha Mukherjee
· 8 years ago
42bc3a9
Sync ref-mv experiment between aom and nextgenv2
by Jingning Han
· 8 years ago
3c42c09
Further changes to new-quant tables
by Debargha Mukherjee
· 8 years ago
671f2bd
Rename AOM_ENC/DEC_BORDER_IN_PIXELS
by Yaowu Xu
· 8 years ago
5d89a63
Misc. refactoring of loop restoration
by Debargha Mukherjee
· 9 years ago
bda8d61
apply clang-format after 5cd2ab9
by clang-format
· 9 years ago
4c80804
Merge "Enable tile-adaptive restoration" into nextgenv2
by Debargha Mukherjee
· 9 years ago
5cd2ab9
Enable tile-adaptive restoration
by Debargha Mukherjee
· 9 years ago
67948d3
apply clang-format
by clang-format
· 9 years ago
1aab818
Sort header files
by Jingning Han
· 9 years ago
f56859f
Fix decoding Daala deringing and CLPF filters with tiling.
by Thomas Daede
· 9 years ago
e51ee02
Merge "Swap order of affine parameters" into nextgenv2
by Sarah Parker
· 9 years ago
7b9407a
s/INTERP_FILTER/InterpFilter/
by James Zern
· 9 years ago
c4bcb50
Swap order of affine parameters
by Sarah Parker
· 9 years ago
a1e48dc
Make RECT_TX(>=8x8) work with VAR_TX
by Yue Chen
· 9 years ago
5ebdf40
Merge "Add global motion experiment to rdopt" into nextgenv2
by Sarah Parker
· 9 years ago
2f12340
Enable rectangular transforms for UV
by Debargha Mukherjee
· 9 years ago
ecee7f2
Merge "Change to use AOM copyright notice" into nextgenv2
by Yaowu Xu
· 9 years ago
2ab7ff0
Change to use AOM copyright notice
by Yaowu Xu
· 9 years ago
e529986
Add global motion experiment to rdopt
by Sarah Parker
· 9 years ago
cb9a9eb
Add frame info in bitstream debug tool
by Angie Chiang
· 9 years ago
f7ae12d
add an explicit conversion from size_t to int
by Yaowu Xu
· 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 (99%) from vp10/decoder/decodeframe.c]
e40e6e5
Tiling in loop restoration + cosmetics
by Aamir Anis
· 9 years ago
e57b1a5
Make rectangular txfm in EXT_TX work with VAR_TX
by Yue Chen
· 9 years ago
4402685
Various rect-tx fixes
by Debargha Mukherjee
· 9 years ago
32c92c9
Merge "Don't send segment probability updates when the map isn't updated." into nextgenv2
by Alex Converse
· 9 years ago
21a0c2c
apply clang-format
by clang-format
· 9 years ago
fd96aec
Don't send segment probability updates when the map isn't updated.
by Alex Converse
· 9 years ago
bec4fbe
Switch order of gm parameters for affine model
by Sarah Parker
· 9 years ago
253c001
Port dering experiment from aom
by Yaowu Xu
· 9 years ago
0818a7c
Port commits related to clpf and qm experiments
by Yaowu Xu
· 9 years ago
8a061d4
vp10/decoder,vp10/*.[hc]: apply clang-format
by clang-format
· 9 years ago
1af28f0
Code refactoring on Macros related to ref frame numbers
by Zoe Liu
· 9 years ago
aa810c0
Adjust gm parameter computation to avoid mismatch
by Sarah Parker
· 9 years ago
d4c4724
Cherry pick renaming changes from AOMedia branch
by Yaowu Xu
· 9 years ago
0ea035f
Merge "Add affine model to global motion" into nextgenv2
by Sarah Parker
· 9 years ago
a7cfdd9
Merge "Rectangular transforms 4x8 & 8x4" into nextgenv2
by Debargha Mukherjee
· 9 years ago
e9bd26b
Add affine model to global motion
by Sarah Parker
· 9 years ago
e5848de
Rectangular transforms 4x8 & 8x4
by Debargha Mukherjee
· 9 years ago
78ea3b3
Change order of warped motion parameters
by sarahparker
· 9 years ago
5fa46c0
Add global motion parameters to compressed header
by Sarah Parker
· 9 years ago
166c325
Add buf0, width, height fields to buf_2d
by Sarah Parker
· 9 years ago
4c4f04a
Optimize and cleanup obmc predictor and rd search.
by Geza Lore
· 9 years ago
f9e38a7
Remove reference frame buffer update for show_exsiting_frame
by Wei-ting Lin
· 9 years ago
a35597f
Various cosmetics on the new_quant experiment
by Debargha Mukherjee
· 9 years ago
fbe6fb2
Add multiple quantization profiles to new_quant experiment
by Sarah Parker
· 9 years ago
5805a14
Merge bi-predictive frames to EXT_REFS
by Zoe Liu
· 9 years ago
7f6518a
Make supertx skip bits observe segment level coding.
by Geza Lore
· 9 years ago
984cc04
Change supertx syntax order.
by Geza Lore
· 9 years ago
44b91a0
Select segment based loopfilter strength for supertx blocks.
by Geza Lore
· 9 years ago
7dd90c9
Rework supertx segment handling and adaptive quantization.
by Geza Lore
· 9 years ago
32992fa
Minor refactor of decode_block for supertx.
by Geza Lore
· 9 years ago
81f8b3f
Merge "Some refactoring to support warped motion mode" into nextgenv2
by Debargha Mukherjee
· 9 years ago
03be30b
Some refactoring to support warped motion mode
by Debargha Mukherjee
· 9 years ago
a21afd4
Move new quant experiment from nextgen
by Sarah Parker
· 9 years ago
6279d12
Pick up top left mbmi for supertx decode.
by Geza Lore
· 9 years ago
Next »