aom/aom_scale/generic
Debargha Mukherjee a43a2d98e3 Add UV wiener loop restoration
Enables Wiener based loop restoration only for the UV
frames. The selfguided and domaintranform filters do not
work very well for UV components, hence they are disabled.
For each UV frame a single set of wiener parameters are
sent. They are applied tile-wise, but all tiles use the
same parameters.

BDRATE (Global PSNR) results:
-----------------------------
lowres: -1.266% (up from -0.666%, good improvement)
midres: -1.815% (up from -1.792%, tiny improvement)

Tiling on UV components will be explored subsequently.

Change-Id: Ib5be93121c4e88e05edf3c36c46488df3cfcd1e2
2017-01-06 00:30:06 +00:00
..
aom_scale.c Vertical scalers: Use signed int for src/dst pitch in parameters. 2016-10-25 13:00:22 -07:00
gen_scalers.c Vertical scalers: Use signed int for src/dst pitch in parameters. 2016-10-25 13:00:22 -07:00
yv12config.c Enable global motion in high bit depth mode 2016-11-16 15:25:11 +00:00
yv12extend.c Add UV wiener loop restoration 2017-01-06 00:30:06 +00:00