shithub: libvpx

Download patch

ref: d01357bbad6fb495f16c763add16dcc351a6f8b3
parent: 3f7182cb0d880109a79b4ea86bb7563254642307
author: Deb Mukherjee <debargha@google.com>
date: Tue Oct 9 09:19:15 EDT 2012

New b-intra mode where direction is contextual

Preliminary patch on a new 4x4 intra mode B_CONTEXT_PRED where the
dominant direction from the context is used to encode. Various decoder
changes are needed to support decoding of B_CONTEXT_PRED in conjunction
with hybrid transforms since the scan order and tokenization depends on
the actual direction of prediction obtained from the context. Currently
the traditional directional modes are used in conjunction with the
B_CONTEXT_PRED, which also seems to provide the best results.

The gains are small - in the 0.1% range.

Change-Id: I5a7ea80b5218f42a9c0dfb42d3f79a68c7f0cdc2