altos: incremental viterbi decode
authorKeith Packard <keithp@keithp.com>
Sat, 23 Jun 2012 07:54:42 +0000 (00:54 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 23 Jun 2012 07:54:42 +0000 (00:54 -0700)
commitff8de3af193839de4bacfd07ade7a5f9ac0bf5b3
treebd65b4decd021c495e918c155c184ce69a3d409a
parent047e95421c87c5d056038797b48f759bedabf245
altos: incremental viterbi decode

Decode bits incrementally. Don't bother decoding the last byte; it's
always a pad byte.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_viterbi.c