]> granicus.if.org Git - libvpx/commit
Added code to prevent I8X8_PRED mode for MBs using 8x8 transform
authorYaowu Xu <yaowu@google.com>
Fri, 20 Jan 2012 00:37:32 +0000 (16:37 -0800)
committerYaowu Xu <yaowu@google.com>
Fri, 20 Jan 2012 01:09:40 +0000 (17:09 -0800)
commit5aab0c3fb736929762f4f082536a1691fe9941d8
treed58242476301b3041b853f5bb2f12713ddc5f267
parentbe9af16e164c80d2417e4035265468295bfda00f
Added code to prevent I8X8_PRED mode for MBs using 8x8 transform

This fixed a conflict introduced by the change of adding 8x8 intra
prediction modes. The 8x8 intra prediction mode code assumed the
use of 4x4 transform, and causes encoder crashes when the codec is
configured with --enable-t8x8.

Change-Id: I00cc94df63e9725377ffba9eb51be6b77fe3fcf9
vp8/encoder/rdopt.c