aacsbr: support hardcoding tables

Multimedia / FFmpeg - Reimar Döffinger [gmx.de] - 6 September 2014 13:59 UTC

For sbr_qmf_window_us there is even a question if it maybe should be fully hardcoded all the time. Since half of it is coded, it ends up in .data and not .bss.

87c7fb2 aacsbr: support hardcoding tables.
libavcodec/Makefile | 4 +-
libavcodec/aacsbr.c | 10 +---
libavcodec/aacsbr_tablegen.c | 39 +++++++++++++
libavcodec/aacsbr_tablegen.h | 129 ++++++++++++++++++++++++++++++++++++++++++
libavcodec/aacsbrdata.h | 86 ----------------------------
libavcodec/tableprint.h | 10 ++++
6 files changed, 183 insertions(+), 95 deletions(-)

  • Share