[FFmpeg-devel] [PATCH] AAC decoder
Robert Swain
robert.swain
Thu May 29 12:43:59 CEST 2008
2008/5/29 Robert Swain <robert.swain at gmail.com>:
> I'm considering what precision to use for the tables. Using printf()
> %42.32f gives the first value as:
>
> 0.00000000000000088817841970012523,
>
> and the last as:
>
> 451452825.35479241609573364257812500000000,
>
> How does one decide such things? :)
It seems scientific notation would be best for this. That should have
been obvious to me looking at those numbers. I've used 16 decimal
places, is that OK? Looking at ivquant_tab now.
Rob
More information about the ffmpeg-devel
mailing list