Move cbrt tables to separate cbrt_data(_fixed).c files.
Allows sharing and reusing the data between different files.
Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Showing
- libavcodec/Makefile 5 additions, 5 deletionslibavcodec/Makefile
- libavcodec/aacdec.c 1 addition, 1 deletionlibavcodec/aacdec.c
- libavcodec/aacdec_fixed.c 3 additions, 3 deletionslibavcodec/aacdec_fixed.c
- libavcodec/aacdec_template.c 2 additions, 2 deletionslibavcodec/aacdec_template.c
- libavcodec/cbrt_data.c 28 additions, 0 deletionslibavcodec/cbrt_data.c
- libavcodec/cbrt_data.h 38 additions, 0 deletionslibavcodec/cbrt_data.h
- libavcodec/cbrt_data_fixed.c 29 additions, 0 deletionslibavcodec/cbrt_data_fixed.c
- libavcodec/cbrt_tablegen.h 4 additions, 14 deletionslibavcodec/cbrt_tablegen.h
- libavcodec/cbrt_tablegen_template.c 6 additions, 2 deletionslibavcodec/cbrt_tablegen_template.c
Loading
Please register or sign in to comment