New previous coef context experiment
authorDeb Mukherjee <debargha@google.com>
Tue, 27 Nov 2012 23:51:06 +0000 (15:51 -0800)
committerDeb Mukherjee <debargha@google.com>
Thu, 20 Dec 2012 02:49:39 +0000 (18:49 -0800)
commit08f0c7cc9c1e285c33711384834e7a3baf26bd7c
tree1814583a745f12130d82d947e8408fc258cb82da
parentde52948665bf83537dd29b8697bed0dfa5390daf
New previous coef context experiment

Adds an experiment to derive the previous context of a coefficient
not just from the previous coefficient in the scan order but from a
combination of several neighboring coefficients previously encountered
in scan order.  A precomputed table of neighbors for each location
for each scan type and block size is used. Currently 5 neighbors are
used.

Results are about 0.2% positive using a strategy where the max coef
magnitude from the 5 neigbors is used to derive the context.

Change-Id: Ie708b54d8e1898af742846ce2d1e2b0d89fd4ad5
configure
vp9/common/vp9_alloccommon.c
vp9/common/vp9_entropy.c
vp9/common/vp9_entropy.h
vp9/decoder/vp9_detokenize.c
vp9/encoder/vp9_encodemb.c
vp9/encoder/vp9_rdopt.c
vp9/encoder/vp9_tokenize.c