]> granicus.if.org Git - libvpx/commit
Chessboard pattern prediction filter type search in non-RD coding
authorJingning Han <jingning@google.com>
Wed, 23 Apr 2014 17:33:41 +0000 (10:33 -0700)
committerJingning Han <jingning@google.com>
Wed, 23 Apr 2014 17:41:07 +0000 (10:41 -0700)
commit8969f7c8922c4e35d8d1267e82f82bf5f2f970b5
treea9ad1ad8604f140e81ed68452caef0eaf2142cd3
parente38ca5422cebb7411f9bb501ce21f63f1358e5dc
Chessboard pattern prediction filter type search in non-RD coding

This commit introduces a chessboard pattern search for the prediction
filter type search. It runs extensive search in alternate blocks and
allows the rest blocks to refer coding decisions of their nearby
neighbors.

For pedestrian 1080p at 4000 kbps, the runtime of speed -5 goes down
from 43990 ms to 42200 ms. The overall compression performance for
RTC set is changed by -1.37%.

Change-Id: Icfe220c49451cda796f0ca91d935c9ed01e56c9d
vp9/encoder/vp9_pickmode.c
vp9/encoder/vp9_speed_features.c
vp9/encoder/vp9_speed_features.h