-
- Downloads
avcodec: split mp2 encoder into float and fixed
This makes the USE_FLOATS == 0 available to the end user
More float optimizations can easily be added as well now
common code should be factored out into a common file once all
fixed point & floating point optimizations are done, this is to
avoid having to move code back and forth between files.
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
Showing
- libavcodec/Makefile 3 additions, 1 deletionlibavcodec/Makefile
- libavcodec/allcodecs.c 1 addition, 0 deletionslibavcodec/allcodecs.c
- libavcodec/mpegaudioenc_fixed.c 41 additions, 0 deletionslibavcodec/mpegaudioenc_fixed.c
- libavcodec/mpegaudioenc_float.c 42 additions, 0 deletionslibavcodec/mpegaudioenc_float.c
- libavcodec/mpegaudioenc_template.c 0 additions, 21 deletionslibavcodec/mpegaudioenc_template.c
- libavcodec/version.h 1 addition, 1 deletionlibavcodec/version.h
- tests/fate/acodec.mak 4 additions, 0 deletionstests/fate/acodec.mak
- tests/ref/acodec/mp2fixed 4 additions, 0 deletionstests/ref/acodec/mp2fixed
Loading
Please register or sign in to comment