]> granicus.if.org Git - libvpx/commit
Always recode SUPERTX blocks.
authorGeza Lore <gezalore@gmail.com>
Tue, 26 Jan 2016 14:40:32 +0000 (14:40 +0000)
committerGeza Lore <gezalore@gmail.com>
Tue, 26 Jan 2016 15:21:07 +0000 (15:21 +0000)
commitf33755ef1f61e589d7a88859b06a3a918158bd16
treefe8052a0ef9540dedd68cb3dd57cf433d1c18fc1
parent753dcbe5f9081c9d300d7d5c406738f4f54f4ac7
Always recode SUPERTX blocks.

There is still an assertion failure when tokenizing transform
coefficients for a supertx block, due to the eob not being set
consistently with the coefficients, so we always recode supertx blocks
for now. Also added further PICK_MODE_CONTEXT instances to avoid
potential clash between horizontal/vertical/split partition SUPERTX
trials.

Change-Id: I5f3da1fa0d8d20fc21face170487e1a285fd1cc6
vp10/encoder/context_tree.c
vp10/encoder/context_tree.h
vp10/encoder/encodeframe.c
vp10/encoder/tokenize.c