Multiframe Quality Enhancement(MFQE) in VP9.
authorJackyChen <jackychen@google.com>
Tue, 2 Dec 2014 20:14:47 +0000 (12:14 -0800)
committerJackyChen <jackychen@google.com>
Thu, 11 Dec 2014 17:19:39 +0000 (09:19 -0800)
commit7ac3e3c1d68a8e39b9195f5b188ccdaa9340b5b7
treeb5fdefbd54c2638111e296b33e70a7f74aef13e2
parentf59cb45e907911b0d4a6e8cb4b355eece1115b5b
Multiframe Quality Enhancement(MFQE) in VP9.

It is the first version of MFQE in VP9. There are a few TODOs included
in this version.
Usage: Add flag --enable-vp9-postproc to config the project.
In decoder, use flag --mfqe in the command line to enable
MFQE in postproc.
Note: Need to have key frame with low quality to see the effect of this
new patch. In my experiment, I fixed the qindex to 200 in key frame.

Change-Id: I021f9ce4616ed3574c81e48d968662994b56a396
vp9/common/vp9_alloccommon.c
vp9/common/vp9_mfqe.c [new file with mode: 0644]
vp9/common/vp9_mfqe.h [new file with mode: 0644]
vp9/common/vp9_onyxc_int.h
vp9/common/vp9_postproc.c
vp9/common/vp9_postproc.h
vp9/common/vp9_ppflags.h
vp9/vp9_common.mk