Sign in
aomedia
/
avm
/
d34877222e44a75c613347feb527f3ff0061c5af
/
aom_dsp
/
loopfilter.c
bda536a
Disable wide filter unit tests in deblock_13tap mode
by Ola Hugosson
· 7 years ago
8a42dd7
Remove CONFIG_CB4X4 from aom_dsp
by Debargha Mukherjee
· 7 years ago
4ce8521
Add deblock_13tap experiment
by Ola Hugosson
· 8 years ago
17905ed
integrate parallel_deblocking with CB4x4
by Ryan Lei
· 8 years ago
60f5961
Function parameter type correction
by Cheng Chen
· 8 years ago
dd6fa06
update parallel_deblocking experiment with more filter tap options
by Ryan Lei
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
392d0ff
implement combined parallel_deblocking experiment
by Ryan Lei
· 8 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 vpx_dsp/loopfilter.c]
1214cee
vpx_dsp/: apply clang-format
by clang-format
· 9 years ago
297c752
vpx_dsp/*.[hc]: add missing vpx_dsp_rtcd.h include
by James Zern
· 9 years ago
9b44d9d
split vpx_highbd_lpf_horizontal_16 in two
by James Zern
· 9 years ago
1b519fb
split vpx_lpf_horizontal_16 in two
by James Zern
· 9 years ago
e7a23d7
vpx_highbd_lpf_horizontal_4: remove unused count param
by James Zern
· 9 years ago
5171857
vpx_highbd_lpf_horizontal_8: remove unused count param
by James Zern
· 9 years ago
3c1019e
vpx_highbd_lpf_vertical_4: remove unused count param
by James Zern
· 9 years ago
72a9f06
vpx_highbd_lpf_vertical_8: remove unused count param
by James Zern
· 9 years ago
b1e97c6
vpx_lpf_horizontal_4: remove unused count param
by James Zern
· 9 years ago
bd5a5bb
vpx_lpf_horizontal_8: remove unused count param
by James Zern
· 9 years ago
109a47b
vpx_lpf_vertical_4: remove unused count param
by James Zern
· 9 years ago
3722574
vpx_lpf_vertical_8: remove unused count param
by James Zern
· 9 years ago
7186a2d
Code refactor on InterpKernel
by Zoe Liu
· 10 years ago
2992739
Rename loop filter function from vp9_ to vpx_
by Jingning Han
· 10 years ago
50adfdf
Migrate loop filter functions from vp9/ to vpx_dsp/
by Jingning Han
· 10 years ago
[Renamed (98%) from vp9/common/vp9_loopfilter_filters.c]
db8e731
Add vpx_dsp_common.h file
by Jingning Han
· 10 years ago
3fe83cd
Remove redundant header files in vp9_loopfilter_filers.c
by Jingning Han
· 10 years ago
1d7ccd5
Relocate memory operations for common code
by Johann
· 10 years ago
1929c9b
Rename highbitdepth functions to use highbd prefix
by Deb Mukherjee
· 10 years ago
931ed51
High bit-depth loop/arf/postproc filter functions
by Deb Mukherjee
· 11 years ago
0c5575f
Merge "Moving hev mask calculation into filter4() function."
by Dmitry Kovalev
· 11 years ago
b720ba1
rename loop filter functions
by Jim Bankoski
· 11 years ago
4821084
Moving hev mask calculation into filter4() function.
by Dmitry Kovalev
· 11 years ago
2b95a05
Removing duplicated C code from vp9_loopfilter_filters.c file.
by Dmitry Kovalev
· 11 years ago
ed36720
Do vertical loopfiltering in parallel
by Yunqing Wang
· 11 years ago
64f728c
Do horizontal loopfiltering in parallel
by Yunqing Wang
· 11 years ago
6249a5b
cpplint issue with vp9_loopfilter_filters.c
by Jim Bankoski
· 11 years ago
2de3c8d
Loop filter code cleanup.
by Dmitry Kovalev
· 12 years ago
e973b4e
Consistent naming for loop-filter filters.
by Dmitry Kovalev
· 12 years ago
64f7a4d
Wide loopfilter 16 pix at a time
by John Koleszar
· 12 years ago
26496c5
Quick modifications to wide loopfilter intrinsic functions
by Scott LaVarnway
· 12 years ago
44db42c
Merge the new loopfilter experiment
by John Koleszar
· 12 years ago
043d348
Reimplementation of loop filter
by John Koleszar
· 12 years ago
1c43e64
Removing simple loopfilter and code duplication from loopfilter code.
by Dmitry Kovalev
· 12 years ago
effaa32
Removing unused simple loopfilter code.
by Dmitry Kovalev
· 12 years ago
2e3f3e4
Using ROUND_POWER_OF_TWO macro inside vp9_loopfilter_filters.c.
by Dmitry Kovalev
· 12 years ago
50e54c1
Code cleanup.
by Dmitry Kovalev
· 12 years ago
d7209b3
Cleaning up loopfilter code.
by Dmitry Kovalev
· 12 years ago
aac73df
Use configure checks for various inline keywords.
by Ronald S. Bultje
· 12 years ago
b95ed68
a minor change to a portion of loop filtering
by Yaowu Xu
· 12 years ago
f7dab60
Merge experiment "widerlpf"
by Yaowu Xu
· 12 years ago
bbe1c92
Merge "Add loop filtering for UV plane" into experimental
by Yaowu Xu
· 12 years ago
9a1d73d
Add loop filtering for UV plane
by Yaowu Xu
· 12 years ago
4987c0f
Initial sse2 version of the wide loopfilters
by Scott LaVarnway
· 12 years ago
d5a8b62
Merge "Reduce the usage of widerlpf" into experimental
by Yaowu Xu
· 12 years ago
9431536
rtcd for new wider loop filters
by Jim Bankoski
· 12 years ago
6c9fb22
Reduce the usage of widerlpf
by Yaowu Xu
· 12 years ago
51bae95
experiment a wider loop filter for MB border
by Yaowu Xu
· 12 years ago
4cca47b
Use standard integer types for pixel values and coefficients.
by Ronald S. Bultje
· 12 years ago
c678739
fixed includes to be fully specified
by Jim Bankoski
· 12 years ago
fcccbcb
Add vp9_ prefix to all vp9 files
by John Koleszar
· 12 years ago
[Renamed (99%) from vp9/common/loopfilter_filters.c]
4b2c2b9
Rename vp8/ codec directory to vp9/.
by Ronald S. Bultje
· 12 years ago
[Renamed from vp8/common/loopfilter_filters.c]
6c280c2
Adjust style to match Google Coding Style a little more closely.
by Ronald S. Bultje
· 12 years ago
6a4b1e5
Remove vp8 in local symbols.
by Ronald S. Bultje
· 12 years ago
9bc5f3e
Change common vp8_ public symbol prefixes to vp9_.
by Ronald S. Bultje
· 12 years ago
085433c
sse2 intrinsic version of vp8_mbloop_filter_vertical_edge()
by Scott LaVarnway
· 12 years ago
992b5e2
sse2 intrinsic version of vp8_mbloop_filter_horizontal_edge()
by Scott LaVarnway
· 12 years ago
15ce6bd
Removed the loopfilter rtcd invoke macro code
by Scott LaVarnway
· 12 years ago
c6b9039
Restyle code
by John Koleszar
· 13 years ago
6035da5
WebM Experimental Codec Branch Snapshot
by Yaowu Xu
· 13 years ago
6229584
New loop filter interface
by Attila Nagy
· 14 years ago
c4d7e5e
Eliminate more warnings.
by Timothy B. Terriberry
· 14 years ago
7fed383
Remove dead code
by Johann
· 15 years ago
c2140b8
Use WebM in copyright notice for consistency
by John Koleszar
· 15 years ago
618c7d2
Mark loopfilter C functions as static
by John Koleszar
· 15 years ago
94c52e4
cosmetics: trim trailing whitespace
by John Koleszar
· 15 years ago
09202d8
LICENSE: update with latest text
by John Koleszar
· 15 years ago
0ea50ce
Initial WebM release
by John Koleszar
· 15 years ago