Sign in
aomedia
/
avm
/
0eea89f356d21aa27f4ad80bd27b5fc7039945c8
/
av1
/
common
/
restoration.c
9cd57cf
Make loop-restoration compatible w/ frame_superres
by Fergus Simpson
· 8 years ago
2dd982e
Make loop-restoration compatible w/ frame_superres
by Debargha Mukherjee
· 8 years ago
28d15c7
Experimental high precision convolve for Wiener
by Debargha Mukherjee
· 8 years ago
0c45941
Revert "highpass_filter: Refactor the highbd and lowbd versions."
by Urvang Joshi
· 8 years ago
c92c6e9
highpass_filter: Refactor the highbd and lowbd versions.
by Urvang Joshi
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
eed824e
Vectorize new highpass filter for loop-restoration
by David Barker
· 8 years ago
b7bb097
Replace one self guided filter with highpass
by Debargha Mukherjee
· 8 years ago
4d2af5d
Add SSE4.1 highbitdepth self-guided filter
by David Barker
· 8 years ago
4bfd72e
Clean up unused code in loop-restoration
by Debargha Mukherjee
· 8 years ago
1008c1e
Add restoration tilesize to frame header
by Debargha Mukherjee
· 8 years ago
506eb72
Make encoder use vectorized self-guided filter
by David Barker
· 8 years ago
cff43bb
Fix a bug in the C selfguided filter
by David Barker
· 8 years ago
1511ea1
loop_restoration: Prevent some wild memory access
by Alex Converse
· 8 years ago
ce110cc
Vectorize self-guided filter
by David Barker
· 8 years ago
7dcd7f5
Remove double rounding in selfguided filter
by David Barker
· 8 years ago
7f094f1
Remove aom_realloc()
by Alex Converse
· 8 years ago
232e384
loop_restoration: Cleanup allocations
by Alex Converse
· 8 years ago
9198d13
Rearrange self-guided filter for vectorization
by David Barker
· 8 years ago
4be1262
Replace division in self-guided filter
by Debargha Mukherjee
· 8 years ago
b3c43bc
Add a macro to control use of domain txfm filter
by Debargha Mukherjee
· 8 years ago
befcc42
Fix segfault with loop-restoration on x86.
by David Barker
· 8 years ago
1a0ae84
Fix OneByOneVideoTest for loop-restoration
by Debargha Mukherjee
· 8 years ago
0b04e9b
Bring highbd loop restoration filters in line with lowbd ones
by David Barker
· 8 years ago
1e8e6b9
Miscellaneous cleaning up for loop-restoration
by David Barker
· 8 years ago
60a055b
Fix compile errors with loop-restoration + highbd
by David Barker
· 8 years ago
8a70919
Expand the parameter set for sgrproj restoration
by Debargha Mukherjee
· 8 years ago
994ccd7
Add tiled version of UV wiener restoration
by Debargha Mukherjee
· 8 years ago
d748914
Refactor UV restoration to use same tilesize as Y
by Debargha Mukherjee
· 8 years ago
33f3bfd
Optimize Wiener filter selection
by David Barker
· 8 years ago
6928a5d
Various loop-restoration optimizations
by David Barker
· 8 years ago
a43a2d9
Add UV wiener loop restoration
by Debargha Mukherjee
· 8 years ago
3a0df18
Simplify buffer management for self-guided restoration filter
by David Barker
· 8 years ago
be6cc07
Add new convolve variant for loop-restoration
by David Barker
· 8 years ago
136cfe4
Remove copy_border from loop restoration filters
by David Barker
· 8 years ago
519dbcf
Further optimizations of loop restoration
by Debargha Mukherjee
· 8 years ago
999d2f6
More cleanups / fixes on loop-restoration buffers
by Debargha Mukherjee
· 8 years ago
874d36d
Misc cleanups and enhancements on loop restoration
by Debargha Mukherjee
· 8 years ago
bf1d62d
Move large buffers from stack to heap
by Yaowu Xu
· 8 years ago
025b254
Change Wiener filter in loop-restoration
by David Barker
· 8 years ago
9666e75
Remove feedback between tiles in loop-restoration
by David Barker
· 8 years ago
818e42a
Disable filtering for Cb and Cr components
by Debargha Mukherjee
· 8 years ago
0e67b25
Replace bilateral filter with domain transform RF
by Debargha Mukherjee
· 8 years ago
1ee98b6
Modify boxnum to fix degenerate size videos
by Debargha Mukherjee
· 8 years ago
3981be9
Add domain transform recursive filter
by Debargha Mukherjee
· 8 years ago
e166e25
Fix a crash due to a large stack allocation
by Debargha Mukherjee
· 8 years ago
aa229d6
Add missing initialization for highbd Wiener
by Debargha Mukherjee
· 8 years ago
8f209a8
Add guided projection filter to loop restoration
by Debargha Mukherjee
· 8 years ago
c57924c
Fix bilateral filter asan error for highbitdepth
by Debargha Mukherjee
· 8 years ago
1a16a98
Fix an integer overflow issue in restoration
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
035c5f3
Parameter adjustments to loop restoration
by Debargha Mukherjee
· 9 years ago
2ab7ff0
Change to use AOM copyright notice
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/common/restoration.c]
e40e6e5
Tiling in loop restoration + cosmetics
by Aamir Anis
· 9 years ago
7feae8e
vp10/common: apply clang-format
by clang-format
· 9 years ago
d4c4724
Cherry pick renaming changes from AOMedia branch
by Yaowu Xu
· 9 years ago
8b0a5b8
Adding loop wiener restoration
by Debargha Mukherjee
· 9 years ago
4d90ae4
Fixed warnings of unused functions
by Yaowu Xu
· 9 years ago
f0a4485
Refactor to separate restoration from loop filter
by Debargha Mukherjee
· 9 years ago