]> granicus.if.org Git - libvpx/commit
Default superblock skip flag to 32x32 for skip-blocks.
authorRonald S. Bultje <rbultje@google.com>
Wed, 30 Jan 2013 05:46:31 +0000 (21:46 -0800)
committerRonald S. Bultje <rbultje@google.com>
Wed, 30 Jan 2013 05:46:31 +0000 (21:46 -0800)
commit3febf9707d6bac6ef6e50812e131fc84dc13cf6a
treec25cf7fa29bc303c17cf7b70354f20ff46200885
parentb90996c51b1cac61f6831f1bc50cfd99616a2a78
Default superblock skip flag to 32x32 for skip-blocks.

This is identical to the later decisions made in encode_superblock().
This commit doesn't actually change anything, but makes the mbmi state
more consistent between the RD loop and the final encode result.

Change-Id: I9e735afb7c5a52e5b61728cb88c67ef9b9bf59be
vp9/encoder/vp9_rdopt.c