]> granicus.if.org Git - libvpx/commit
change to allow 8x8 transform always
authorYaowu Xu <yaowu@google.com>
Fri, 20 Apr 2012 16:14:26 +0000 (09:14 -0700)
committerYaowu Xu <yaowu@google.com>
Fri, 20 Apr 2012 16:17:59 +0000 (09:17 -0700)
commitade43d9125f809a5f920445f47838c5de7b0127e
treece3c3b3ab697936f721f4b42b18c8bba4ec4e918
parentecc28cdaa3b216b18aee95645fb93dcc4eb7b107
change to allow 8x8 transform always

This commit changed to enable the usage 8x8 transform for all frame
type, all resolution and all quantizer range. This has an overall
benefit .2% to .3% in term of compression, but more importantly,
the difficult clips benefits much more, up to 2% to 3% on clips
like football, harbour and so on.

We observed some weird humps on very high end on a couple of youtube
clips, but have determined the underly cause was the aggressive zbin
having an effect of lowering rate with lower quality, which have
an impact on slide show clips around 60DB.

The commit does not change the association between prediction mode
and transform size.

Change-Id: I33043bdce6207528ae00b4a4b26d8ff63cfea1f4
vp8/encoder/ratectrl.c