quantize: capture skip block early
authorJohann <johannkoenig@google.com>
Tue, 22 Aug 2017 18:24:33 +0000 (11:24 -0700)
committerJohann <johannkoenig@google.com>
Tue, 22 Aug 2017 19:10:55 +0000 (12:10 -0700)
commit7a178a56318e502b3d47c240fa1d53988af612a1
tree8bf76bc5881d7ec0cf8ec6d1c6249ec488f1a0f5
parent2c56bb97f2363a21fc26c1e20f86e01657a87bb5
quantize: capture skip block early

This should probably be handled before vp9_regular_quantize_b_4x4 even
gets called.

Fixes an assert resulting from removing skip_block from the quantize
functions.

BUG=webm:1459

Change-Id: I7f52b53f959b4654b3d4517ebda31a678f4d0fde
vp9/encoder/vp9_quantize.c