• Mans Rullgard's avatar
    get_bits: remove A32 variant · a1e98f19
    Mans Rullgard authored
    The A32 bitstream reader variant is only used on ARMv5 and for
    Prores due to the larger bit cache this decoder requires.
    
    In benchmarks on ARMv5 (Marvell Sheeva) with gcc 4.6, the only
    statistically significant difference between ALT and A32 is
    a 4% advantage for ALT in FLAC decoding.  There is thus no (longer)
    any reason to keep the A32 reader from this point of view.
    
    This patch adds an option to the ALT reader increasing the bit
    cache to 32 bits as required by the Prores decoder.  Benchmarking
    shows no significant change in speed on Intel i7.  Again, the
    A32 reader fails to justify its existence.
    Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
    a1e98f19
Name
Last commit
Last update
doc Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
Doxyfile Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README Loading commit data...
RELEASE Loading commit data...
avconv.c Loading commit data...
avplay.c Loading commit data...
avprobe.c Loading commit data...
avserver.c Loading commit data...
cmdutils.c Loading commit data...
cmdutils.h Loading commit data...
cmdutils_common_opts.h Loading commit data...
common.mak Loading commit data...
configure Loading commit data...
ffmpeg.c Loading commit data...
library.mak Loading commit data...
version.sh Loading commit data...