-
- Downloads
Convert floating-point MDCT coefficients to 24-bit fixed-point all at once
instead of doing it separately in 2 different functions. This makes float AC-3 encoding approx. 3-7% faster overall. Also, the coefficient conversion can now be easily SIMD-optimized. Originally committed as revision 26232 to svn://svn.ffmpeg.org/ffmpeg/trunk
Showing
- libavcodec/ac3enc.c 33 additions, 5 deletionslibavcodec/ac3enc.c
- libavcodec/ac3enc_fixed.c 11 additions, 0 deletionslibavcodec/ac3enc_fixed.c
- libavcodec/ac3enc_fixed.h 0 additions, 2 deletionslibavcodec/ac3enc_fixed.h
- libavcodec/ac3enc_float.c 11 additions, 0 deletionslibavcodec/ac3enc_float.c
- libavcodec/ac3enc_float.h 0 additions, 2 deletionslibavcodec/ac3enc_float.h
Loading
Please register or sign in to comment