OSDN Git Service

Rearrange exponent buffer to group all blocks for a single channel together.
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 15 Jan 2011 01:58:45 +0000 (01:58 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 15 Jan 2011 01:58:45 +0000 (01:58 +0000)
commit7cc4be58b4daecd256deba31e5caf5bb11870f15
treed5ce20d13a6ac027ce43a19d76a5f3c12ab5da32
parentd881a0e89548abaafb8466192923fb10905dabef
Rearrange exponent buffer to group all blocks for a single channel together.
This will allow for faster and simpler processing of all blocks at once.

Originally committed as revision 26351 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3enc.c