]> granicus.if.org Git - libvpx/commit
Avoid inverse transform/recon without residual
authorJohn Koleszar <jkoleszar@google.com>
Thu, 13 Jun 2013 23:37:52 +0000 (16:37 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 13 Jun 2013 23:39:00 +0000 (16:39 -0700)
commita5657f2cd61e48fc3db11b9fe3f175896df3ffd6
tree52ce225d41026eb4311a9ba124747db2b3426ef2
parenta81bd12a2e3df637fb240e4d478d74e34d121043
Avoid inverse transform/recon without residual

Avoid calling decode_block, inverse transform/add in the block is
a skip block for SBs smaller than 8x8 and intra-coded SBs.

Change-Id: I1684182f4a0050c8d6bb46cba6830d9425e7127d
vp9/decoder/vp9_decodframe.c