History | View | Annotate | Download (3.43 KB)
Replace FFmpeg with Libav in licence headers
Signed-off-by: Mans Rullgard <mans@mansr.com>
ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContextand use in scale_coefficients() for the floating-point AC-3 encoder.
ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 encoder.
ac3enc: Add x86-optimized function to speed up log2_tab().
AC3DSPContext.ac3_max_msb_abs_int16() finds the maximum MSB of the absolutevalue of each element in an array of int16_t.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Add x86-optimized versions of exponent_min().