Add control to skip loop filter in VP9 decoder.
authorFrank Galligan <fgalligan@google.com>
Thu, 21 May 2015 18:49:11 +0000 (11:49 -0700)
committerFrank Galligan <fgalligan@google.com>
Fri, 5 Jun 2015 17:07:09 +0000 (10:07 -0700)
commitbfb6d488122a42b6c86e4af2f1ecd524fa1864e2
tree00ec271600e9ae8a447220a0456f80d69e7c4010
parent8710cceb45ad64a50287a555e8803df1df5e72ad
Add control to skip loop filter in VP9 decoder.

This control allows the application to skip the loop filter in the
decoder. This is an advanced control that should only be used in
extreme circumstances as it may introduce and accumulate decode
artifacts.

Change-Id: I278c65c60826f84c9141ebe06c6eeed3c2335fa8
CHANGELOG
test/test.mk
test/vp9_skip_loopfilter_test.cc [new file with mode: 0644]
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodeframe.c
vp9/vp9_dx_iface.c
vpx/vp8dx.h