History | View | Annotate | Download (3.84 KB)
Revert "ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 encoder"
This reverts commit cc4d3dd3e2171f63cd4297292349b58788fff260.revert at authors request due to better impementation being available
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC3 encoder
ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>(cherry picked from commit 1f004fc512babe8215e2aa31fa4770aa27812cab)
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>(cherry picked from commit fbb6b49dabc3398440c6dfa838aa090a7a6ebc0d)
Add x86-optimized versions of exponent_min().
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>(cherry picked from commit dda3f0ef48aa5c3b03566b60b6bf63211e1fe579)