Enable sub8x8 inter block search for RTC coding mode
authorJingning Han <jingning@google.com>
Mon, 22 Dec 2014 21:38:34 +0000 (13:38 -0800)
committerJingning Han <jingning@google.com>
Thu, 25 Dec 2014 01:40:31 +0000 (17:40 -0800)
commitdad89d5ca1ae79aac7f98df7f92c903e31c73c78
tree377b57b8ac6bfdc90dd77f56ec65a37d610ae89f
parentd0f237702745c4bfc0297d24f9465f960fb988ed
Enable sub8x8 inter block search for RTC coding mode

This commit enables sub8x8 inter block coding for RTC mode. The
use of sub8x8 blocks can be turned on by allowing
choose_partitioning function to select 4x4/4x8/8x4 block sizes.

Change-Id: Ifbf1fb3888fe4c094fc85158ac3aa89867d8494a
vp9/encoder/vp9_encodeframe.c
vp9/encoder/vp9_pickmode.c
vp9/encoder/vp9_pickmode.h
vp9/encoder/vp9_rd.c
vp9/encoder/vp9_rd.h
vp9/encoder/vp9_rdopt.c