]> granicus.if.org Git - libvpx/commit
Enable reduced set of intra modes in rtc coding
authorJingning Han <jingning@google.com>
Wed, 19 Feb 2014 23:30:09 +0000 (15:30 -0800)
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>
Fri, 21 Feb 2014 02:03:23 +0000 (18:03 -0800)
commitd66a63f02b4fe6c4ba310b8dff384c00f3dcd5ce
tree6431e6455ea1bb9b3d158dba432b341ec67dd9bb
parenta134527bdcc31594af77da5482e6ed11a9845ba2
Enable reduced set of intra modes in rtc coding

This commit enables the use of DC, vertical, and horizontal intra
prediction mode in rtc non-RD mode decision. When the best cost value
of inter modes is above a given threshold, the encoder runs the
above three intra modes and selects the one that has minimum
prediction residual in terms of SAD.

This together with recent changes on non-RD mode decision and coding
control improves compression performance of speed -6 by
derf  91%
yt    61%
hd    46%
stdhd 52%

In terms of encoding speed, it is about 3 times faster than speed -5.

Change-Id: I6b483bfd0307e6482bb22a6676ae4e25a52b1310
vp9/encoder/vp9_pickmode.c