aaccoder: move the quantization functions to a separate file
This commit moves the quantizer to a separate header file.
This allows the quantizer to be used from a separate files outside
of aaccoder without having to put another function pointer and will
result in a slight speedup as the compiler can do more optimizations.
This is required for commits following.
Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
Showing
- libavcodec/aac.h 1 addition, 0 deletionslibavcodec/aac.h
- libavcodec/aaccoder.c 1 addition, 217 deletionslibavcodec/aaccoder.c
- libavcodec/aacenc.c 5 additions, 2 deletionslibavcodec/aacenc.c
- libavcodec/aacenc.h 1 addition, 1 deletionlibavcodec/aacenc.h
- libavcodec/aacenc_quantization.h 255 additions, 0 deletionslibavcodec/aacenc_quantization.h
Loading
Please register or sign in to comment