Sign in
aomedia
/
avm
/
73bc2aa34b801e5b9de240aef168c2c9f933c021
/
av1
/
encoder
/
pickrst.c
1a70994
Remove code for CONFIG_FAST_SGR=2 and cleanup
by Debargha Mukherjee
· 7 years ago
d051e56
SSE4 and AVX2 implementations of updated FAST_SGR
by Imdad Sardharwalla
· 7 years ago
f7d1ff4
Don't use extra lines for r=2 guided filter
by Debargha Mukherjee
· 7 years ago
5105f7a
Merge in STRIPED_LOOP_RESTORATION flag
by Debargha Mukherjee
· 7 years ago
fdaad4d
Add an alt FAST_SGR that subsamples horizontally
by Debargha Mukherjee
· 7 years ago
ed5e967
Add a config flag/code for fast sgr computation
by Debargha Mukherjee
· 7 years ago
af8e264
Don't calculate chroma data in monochrome mode
by Imdad Sardharwalla
· 7 years ago
b08544d
Fix Valgrind warning in av1_pick_filter_restoration
by Imdad Sardharwalla
· 7 years ago
21f4307
loop-restoration: Only use upscaled height
by David Barker
· 7 years ago
d3e7c68
Remove the use of macro "CONFIG_HIGHBITDEPTH"
by Yaowu Xu
· 7 years ago
7bb501d
add new experiment loopfiltering_across_tiles_ext
by Lei
· 7 years ago
43e30f4
Replace aom_malloc with aom_memalign
by Yaowu Xu
· 7 years ago
1392786
Refactor to allow optimization in SGR code
by Rupert Swarbrick
· 7 years ago
625e50b
Get rid of the highbd versions of the SGR code
by Rupert Swarbrick
· 7 years ago
7cf6096
Remove unused highpass filter from SGR code
by Rupert Swarbrick
· 7 years ago
9cf9e28
striped-loop-restoration: Use consistent frame height
by David Barker
· 7 years ago
35bcd51
Fix some loop-restoration valgrind errors
by Debargha Mukherjee
· 7 years ago
921b334
striped-loop-restoration: Respect tile experiments
by Rupert Swarbrick
· 7 years ago
dee00eb
Correct striped-loop-restoration with multiple tile rows
by Rupert Swarbrick
· 7 years ago
cb493d8
Get rid of RestorationInfo::procunit_height and width
by Rupert Swarbrick
· 7 years ago
bfbd8b3
Refactor search_selfguided_restoration
by David Barker
· 7 years ago
5b40136
Refactor border treatment in loop restoration
by Rupert Swarbrick
· 7 years ago
bcb65fe
Stop loop rest units from straddling tile boundaries
by Rupert Swarbrick
· 7 years ago
33ed9e6
Define av1_foreach_rest_unit_in_frame
by Rupert Swarbrick
· 7 years ago
1a96c3f
Simplify the search in pickrst.c
by Rupert Swarbrick
· 7 years ago
2ec2a6f
Make pickrst.c more efficient
by Rupert Swarbrick
· 7 years ago
dd6f09a
Expose av1_loop_restoration_filter_unit in restoration.h
by Rupert Swarbrick
· 7 years ago
a3d4fe5
Enable switchable restoration for chroma
by Debargha Mukherjee
· 8 years ago
d3d0615
General tidy-ups in loop restoration code
by Rupert Swarbrick
· 7 years ago
146a060
Remove partial_frame support from loop restoration
by Rupert Swarbrick
· 7 years ago
f88bc04
Remove RestorationInternal from AV1_COMMON
by Rupert Swarbrick
· 7 years ago
64b8bbd
Don't compute rtile width/height in av1_get_rest_ntiles
by Rupert Swarbrick
· 7 years ago
bc732ef
Use cdfs for loop-restoration types
by Debargha Mukherjee
· 7 years ago
69fde2e
horzonly-frame-superres: Apply to superres only.
by Urvang Joshi
· 7 years ago
0c65e0a
Consistently use int64_t for tile costs for lr
by Debargha Mukherjee
· 7 years ago
de71d14
FRAME_SUPERRES: Rework to use scale factor of 8/D
by Urvang Joshi
· 7 years ago
b66894a
Upscale frame correctly in foreach_rtile_in_tile
by Rupert Swarbrick
· 7 years ago
a1a1e36
Resolve some static analysis warnings
by Debargha Mukherjee
· 7 years ago
c27f542
Fix for issue 844
by Dominic Symes
· 7 years ago
1b4ccc2
Fix a bug in loop restoration switchable search
by Debargha Mukherjee
· 8 years ago
1e7f2d0
Add striped_loop_restoration experiment
by Ola Hugosson
· 8 years ago
5d2e729
Simplify av1_get_rest_tile_limits
by Rupert Swarbrick
· 8 years ago
1330dfd
Refactoring/simplification of buffers used for sgr
by Debargha Mukherjee
· 8 years ago
e168a78
Reduce/Eliminate line buffer for loop-restoration.
by Debargha Mukherjee
· 8 years ago
50c62ee
Make force_restore_type static in pickrst.c.
by Tom Finegan
· 8 years ago
8af64ae
Silence logical-op warnings in av1/encoder/pickrst.c
by Tom Finegan
· 8 years ago
22bbe4c
Reduce line buffer size for Wiener filter.
by Debargha Mukherjee
· 8 years ago
069cc31
Silent compiler warning of unused variable
by Yaowu Xu
· 8 years ago
7a5587a
Make loop-restoration use 64x64 processing units
by Debargha Mukherjee
· 8 years ago
1c8cdef
Fix argument to finer_search_pixel_proj_error
by Rupert Swarbrick
· 8 years ago
32d150b
Fix loop-restoration with 8-bit data on highbd path
by Rupert Swarbrick
· 8 years ago
09b5b16
Encode loop restoration coefficients per tile
by Rupert Swarbrick
· 8 years ago
1cb757c
Adds the option to use 5x5 Wiener for chroma
by Debargha Mukherjee
· 8 years ago
b23d00a
Move mode costs that can be updated inside a frame to MACROBLOCK
by Yue Chen
· 8 years ago
6f0566e
Fix some valgrind errors in loop-restoration
by Debargha Mukherjee
· 8 years ago
70006e4
Remove 'rddiv' member from various structs.
by Urvang Joshi
· 8 years ago
2dd982e
Make loop-restoration compatible w/ frame_superres
by Debargha Mukherjee
· 8 years ago
749f5cd
Add refinement search for sgrproj filter
by Debargha Mukherjee
· 8 years ago
d48f573
Cleans ups and refactoring
by Debargha Mukherjee
· 8 years ago
d23ceea
Extend color restoration to support guided filters
by Debargha Mukherjee
· 8 years ago
0c18b2c
Improve refinement search for Wiener filter
by Debargha Mukherjee
· 8 years ago
e39e2ee
Add finer search for wiener filter parameters
by Debargha Mukherjee
· 8 years ago
7ae7aea
Redo / refactor affine and rot-zoom least squares
by Debargha Mukherjee
· 8 years ago
cfc12f3
Differential coding of Wiener/Sgrproj parameters
by Debargha Mukherjee
· 8 years ago
865a6f2
Fix a bug in loop-restoration
by Debargha Mukherjee
· 8 years ago
041c67b
Singularity handling in Gaussian elimination
by Jingning Han
· 8 years ago
6ae588f
Reduce array sizes for Wiener update steps
by Debargha Mukherjee
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
fdbe3f7
Allow both Wiener or sgrproj to be forced on
by Debargha Mukherjee
· 8 years ago
1b3dbf0
Add a macro to use only Wiener loop-restoration
by Debargha Mukherjee
· 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
ce110cc
Vectorize self-guided filter
by David Barker
· 8 years ago
00c5433
Remove unnecessary filtering and buffer copies
by Debargha Mukherjee
· 8 years ago
b3c43bc
Add a macro to control use of domain txfm filter
by Debargha Mukherjee
· 8 years ago
17ce8b1
Remove file base name collisions.
by Tom Finegan
· 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
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
09ad6d8
A mismatch fix in loop restoration
by Debargha Mukherjee
· 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
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
9666e75
Remove feedback between tiles in loop-restoration
by David Barker
· 8 years ago
0e67b25
Replace bilateral filter with domain transform RF
by Debargha Mukherjee
· 8 years ago
3981be9
Add domain transform recursive filter
by Debargha Mukherjee
· 8 years ago
bde4ac8
change to use AOMedia copyright notice
by Yaowu Xu
· 8 years ago
8f209a8
Add guided projection filter to loop restoration
by Debargha Mukherjee
· 8 years ago
368fbc9
Fix warnings reported by -Wshadow: Part2b: more from av1 directory
by Urvang Joshi
· 8 years ago
5d89a63
Misc. refactoring of loop restoration
by Debargha Mukherjee
· 9 years ago
5cd2ab9
Enable tile-adaptive restoration
by Debargha Mukherjee
· 9 years ago
Next »