]> granicus.if.org Git - libvpx/commit
Abstract the selection of coefficient context.
authorPaul Wilkins <paulwilkins@google.com>
Mon, 11 Feb 2013 19:19:21 +0000 (19:19 +0000)
committerPaul Wilkins <paulwilkins@google.com>
Wed, 13 Feb 2013 18:56:30 +0000 (18:56 +0000)
commit0d284ffed10d8df86caff32bc56caefc45ed5c44
treec17f651e2291737c7dff52f9bc55af077e1d40d8
parentafa57bfc971242ce2205f8bb86ccd43b545fe144
Abstract the selection of coefficient context.

This is an initial step to facilitate experimentation
with changes to the prior token context used to code
coefficients to take better account of the energy of
preceding tokens.

This patch merely abstracts the selection of context into
two functions and does not alter the output.

Change-Id: I117fff0b49c61da83aed641e36620442f86def86
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