Enable rectangular support for comp inter-intra
authorJingning Han <jingning@google.com>
Tue, 23 Apr 2013 22:07:35 +0000 (15:07 -0700)
committerJingning Han <jingning@google.com>
Tue, 23 Apr 2013 22:39:19 +0000 (15:39 -0700)
commita26c1edbb40fc9f77bd163aa7b4d292d9fb6c8f8
treeb1eab0227692638121284772a42816a52a5d4ad9
parente6ac91800b560563af8b18210f02e065d813bb2c
Enable rectangular support for comp inter-intra

This commit enables rectangular block prediction of compound
inter-intra mode. It combines the mb/sb32/sb64 prediction functions
into a unified version with configurable block width and height.
This fixes the enc/dec mismatch of the codebase when
comp-interintra-pred is enabled.

Change-Id: I1d0db2f1f184007802df04fcd12b9dadb3189ff0
vp9/common/vp9_reconinter.c
vp9/common/vp9_reconintra.c
vp9/common/vp9_reconintra.h
vp9/encoder/vp9_encodeframe.c