diff options
author | Martin Storsjö <martin@martin.st> | 2010-11-12 12:30:27 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2010-11-12 12:30:27 +0000 |
commit | 38b3bda18f07a1a8dd18437105a12427c5a90c1c (patch) | |
tree | b381272f230504ee0001d64da1e529a412910ed9 /libavformat/westwood.c | |
parent | 4106b7f1cd7151804e1138c473550cf20354c39b (diff) | |
download | ffmpeg-38b3bda18f07a1a8dd18437105a12427c5a90c1c.tar.gz |
adpcm: Replace any of the leaf nodes in the heap
By not looking for the exactly largest node, we avoid an O(n) seek through
the leaf nodes. Just pick one (not the same one every time) and try replacing
that node with the new one.
For -trellis 8, this lowers the run time from 190 to 158 seconds,
for a 30 second 44 kHz mono sample, on my machine.
Originally committed as revision 25733 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/westwood.c')
0 files changed, 0 insertions, 0 deletions