[Ffmpeg-devel] [PATCH][RFC] ac3 decoder
Loren Merritt
lorenm
Mon Sep 25 19:40:35 CEST 2006
On Mon, 25 Sep 2006, Benjamin Larsson wrote:
> Loren Merritt skrev:
>
>> bytes
>> 22432 ac3_decoder.o
>> 51064 a52dec.o liba52/*.o
>> 94672 a52dec.o liba52mp/*.o
>
> I think there are some tables that the decoder takes from the ac3 parser in
> ffmpeg, it would add a few more bytes.
Sure, I intentionally omitted anything that was already in lavc (tables,
fft, imdct, bitstream reader, ...) because we'll have those whether or not
we include this codec. That's just quantifying a benefit of having it part
of lavc instead of external.
OK, so that doesn't hold if you want to measure the impact on icache, but
then you can't just look at the total object size because it includes
multiple versions of the dsp functions.
--Loren Merritt
More information about the ffmpeg-devel
mailing list