shithub: libvpx

Download patch

ref: 734c5ffa2c003e8668ae8b58413064c98591f3fd
parent: ff3baaef94cc8fb4548f95463ac9dc8bd662c436
author: Jingning Han <jingning@google.com>
date: Wed Apr 23 10:54:16 EDT 2014

Apply constrained partition search range to non-RD mode decision

This commit enables a chessboard pattern for partition search. All
the black blocks run regular partition search ranging from 8x8 to
32x32. The rest white blocks take the nearby blocks' information
to adaptively decide the effective search range.

The compression performance for rtc set at speed -5 is down by 1.5%.
For pedestrian 1080p at speed -5, the runtime goes from 41594 ms to
39697 ms, i.e., about 5% faster.

Change-Id: Ia4b96e237abfaada487c743bca08fe1afd298685