[vp9] Fix handling of skip in row_mt=1
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>
Fri, 19 Apr 2019 23:37:37 +0000 (16:37 -0700)
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>
Mon, 22 Apr 2019 15:55:24 +0000 (15:55 +0000)
commitcc55568fef1f08d033dc9bd7a080f7d77a4a53ca
treeecdf00a35905702c12f96295d5dd52f7e9bf216d
parent9a5d6a9d9a6c65a442b1af1c9bfbf72df6d4fcb9
[vp9] Fix handling of skip in row_mt=1

For row_mt=1, when mi->skip is set to 1 after parse based on
eobtotal for that partition, dqcoeff and eob need to be restored
as recon_partition doesn't increment these pointers for skip cases

Change-Id: I79711b0c175937aa6da3bba3b3bc053f91a8ce35
vp9/decoder/vp9_decodeframe.c