]> granicus.if.org Git - libvpx/commit
Make RTC coding flow support sub8x8 in key frame coding
authorJingning Han <jingning@google.com>
Tue, 9 Dec 2014 19:31:45 +0000 (11:31 -0800)
committerJingning Han <jingning@google.com>
Tue, 9 Dec 2014 19:34:58 +0000 (11:34 -0800)
commit225cdef665d14df1b1178f3e735bd5d939e8ab49
tree8e39435c000f35b33c483ce2ac0b4a4482ea6493
parent4bacaab46daa6e5c2aa90c7dab6eaf103d01efe3
Make RTC coding flow support sub8x8 in key frame coding

This commit enables the use of sub8x8 blocks in RTC key frame
encoding. It requires the block size to be preset and will decide
the coding mode and encode the bit-stream.

Change-Id: I35aaf8ee2d4d6085432410c7963f339f85a2c19b
vp9/encoder/vp9_encodeframe.c