Moving txfm_size bits before prediction mode bits.
authorSami Pietila <samipietila@google.com>
Mon, 27 May 2013 07:14:53 +0000 (10:14 +0300)
committerSami Pietila <samipietila@google.com>
Mon, 27 May 2013 07:32:05 +0000 (10:32 +0300)
commit80812829c2d45d9f5597e619b8759e9562d6f1c0
treecbed932a593eb372ac10e6fa60218a6df12922e2
parent5cac66078eb39ecf7328d58479bae6222853ab39
Moving txfm_size bits before prediction mode bits.

Hardware implementation needs to load coeff probs based on the
transform size. For selectable transform size, moving these bits
earlier in the bitstream adds some delay giving time to preload
the probs and speeds up the decoding process.

Change-Id: I3bfc1f662ae6f219c9286fe9ae6310c7d8a63ea7
vp9/decoder/vp9_decodemv.c
vp9/encoder/vp9_bitstream.c