Consolidate C version of token packing functions
authorAttila Nagy <attilanagy@google.com>
Thu, 16 Feb 2012 08:51:29 +0000 (10:51 +0200)
committerAttila Nagy <attilanagy@google.com>
Thu, 16 Feb 2012 12:11:28 +0000 (14:11 +0200)
commitd02e74a0732896b632880884b3d839a316473ae0
tree4e8cfec61153b0c387020a7c4ff283f7995d1b3c
parent78071b3b97e0fd227d94bf8046c21bcd3ee7c433
Consolidate C version of token packing functions

Replace inner loops of pack_mb_row_tokens_c and
pack_tokens_into_partitions_c with a call to pack_tokens_c.

Change-Id: I0341554fb154a14a5dadb63f8fc78010724c2c33
vp8/encoder/bitstream.c