[FFmpeg-devel] [PATCH] lavc/aacenc_quantization: use cbrt table

Hendrik Leppkes h.leppkes at gmail.com
Thu Mar 10 08:46:21 CET 2016


On Thu, Mar 10, 2016 at 12:49 AM, Ganesh Ajjanagadde <gajjanag at gmail.com> wrote:
> There is no reason for computing cbrtf at runtime; we have a table for
> this.
>
> Cruft needed due to the build system, the people who still like using
> hardcoded tables and need for single cbrt_tab across the code.
>

The build-system changes look *extremely* messy, I would rather not go
down that route.
Don't we have an example somewhere of a hardcoded table thats used by
multiple components with a cleaner solution? mpegaudio_tables.h looks
shared by the float and fixed decoder without magic special sauce?

- Hendrik


More information about the ffmpeg-devel mailing list