vp9 postproc: Bug fix and code clean.
authorjackychen <jackychen@google.com>
Tue, 28 Jun 2016 22:38:18 +0000 (15:38 -0700)
committerjackychen <jackychen@google.com>
Tue, 28 Jun 2016 23:13:44 +0000 (16:13 -0700)
commit6b4463dc1f7337e982db96e56afeafaaf62a1b27
treee66b4aa7f23a90e3aa9e2f87d41e3fc69d712a7c
parentb2d690187e0386546ba482a877770e67761f2f80
vp9 postproc: Bug fix and code clean.

Bug fix: The crash is caused by not allocating buffer for prev_mip in
postproc_state and prev_mip in postproc_state is only used for MFQE,
ohter postproc modules, deblocking and etc., should not use it.

BUG=webm:1251

Change-Id: I3120d2f50603b4a2d400e92d583960a513953a28
vp9/common/vp9_postproc.c