Use boolcoder API instead of inlining
authorJohn Koleszar <jkoleszar@google.com>
Fri, 16 Nov 2012 18:48:23 +0000 (10:48 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Wed, 19 Dec 2012 20:52:41 +0000 (12:52 -0800)
commit05ec800ea48f5666e2360d67d2e71faff6c0b992
treeb8afe19439d0ac461414bb5e63b1675b3ad16818
parent4cca47b5385adb8ace28b10db7a20f337b15bbeb
Use boolcoder API instead of inlining

This patch changes the token packing to call the bool encoder API rather
than inlining it into the token packing function, and similarly removes
a special get_signed case from the detokenizer. This allows easier
experimentation with changing the bool coder as a whole.

Change-Id: I52c3625bbe4960b68cfb873b0e39ade0c82f9e91
vp9/decoder/vp9_detokenize.c
vp9/encoder/vp9_bitstream.c