ac3enc: modify mantissa bit counting to keep bap counts for all values of bap
authorJustin Ruggles <justin.ruggles@gmail.com>
Thu, 26 May 2011 19:53:25 +0000 (15:53 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 28 May 2011 16:39:28 +0000 (12:39 -0400)
commit6ca23db9cccac05bef9bf9c665821b396af12a0b
treea27bf20b461377d0f7e5566a205172768152a4a6
parent1323828a0fbfa428d2e39a9f094039637b7fef5b
ac3enc: modify mantissa bit counting to keep bap counts for all values of bap
instead of just 0 to 4.

This does all the actual bit counting as a final step.
libavcodec/ac3dsp.c
libavcodec/ac3dsp.h
libavcodec/ac3enc.c
libavcodec/arm/ac3dsp_arm.S [deleted file]
libavcodec/arm/ac3dsp_init_arm.c
libavcodec/x86/ac3dsp.asm
libavcodec/x86/ac3dsp_mmx.c