ffmpeg/tests/fate
Claudio Freire 8df9bf8e39 AAC encoder: refactor to resynchronize MIPS port
This patch refactors the AAC coders to reuse code
between the MIPS port and the regular, portable C code.
There were two main functions that had to use
hand-optimized versions of quantization code:
 - search_for_quantizers_twoloop
 - codebook_trellis_rate

Those two were split into their own template header
files so they can be inlined inside both the MIPS port
and the generic code. In each context, they'll link
to their specialized implementations, and thus be
optimized by the compiler.

This approach I believe is better than maintaining
several copies of each function. As past experience has
proven, having to keep those in sync was error prone.
In this way, they will remain in sync by default.

Also, an implementation of the dequantized output
argument for the optimized quantize_and_encode
functions is included in the patch. While the current
implementation of search_for_pred still isn't using
it, future iterations of main prediction probably will.
It should not imply any measurable performance hit while
not being used.
2015-09-16 23:14:26 -03:00
..
aac.mak AAC encoder: refactor to resynchronize MIPS port 2015-09-16 23:14:26 -03:00
ac3.mak fate: replace deprecated request_channels with request_channel_layout 2015-08-22 19:16:13 +02:00
acodec.mak fate: explicitly specify audio bitrate for adpcm/mp2fixed tests. 2015-08-17 18:13:03 -04:00
adpcm.mak
alac.mak
als.mak
amrnb.mak
amrwb.mak
api.mak fate: add api-band-test 2015-08-24 03:54:55 +02:00
atrac.mak
audio.mak
avformat.mak
bmp.mak
cdxl.mak
checkasm.mak
cover-art.mak
demux.mak
dfa.mak
dpcm.mak
ea.mak
exif.mak
ffmpeg.mak fate: add -fflags +bitexact in a few places. 2015-08-17 19:14:37 -04:00
ffprobe.mak
fft.mak
filter-audio.mak fate: use 'c' for setting the channel_layout 2015-08-31 13:49:46 +02:00
filter-video.mak avfilter/vf_vectorscope: add yet another mode 2015-08-29 14:05:03 +00:00
flac.mak
gapless.mak
gif.mak
h264.mak
hevc.mak
image.mak
indeo.mak
libavcodec.mak
libavdevice.mak
libavformat.mak
libavresample.mak
libavutil.mak
libswresample.mak
lossless-audio.mak
lossless-video.mak
microsoft.mak Merge commit 'faa3f17a76333b672ce4a40cf80f678ab68bdbae' 2015-08-24 10:25:41 +02:00
monkeysaudio.mak
mp3.mak tests/fate/mp3: increase mp3-float-extra_overread FUZZ for ppc64be-RHEL7.0-gcc-4.8.2-ibmcrl to 23 from 20 2015-08-07 02:54:59 +02:00
mpc.mak
mpeg4.mak fate: add -fflags +bitexact to the relevant targets 2015-08-30 23:31:10 +02:00
mxf.mak
opus.mak
pcm.mak tests/fate: replace all -f md5 by framemd5 2015-09-06 03:23:02 +02:00
probe.mak
prores.mak
qt.mak
qtrle.mak
real.mak
screen.mak
seek.mak
subtitles.mak fate/subtitles: add a new test for SAMI demuxer and decoder 2015-09-06 13:08:53 +02:00
utvideo.mak
vcodec.mak Merge commit 'e17db9ac496420f8824190ff5059a8a3646cbb7e' 2015-09-16 11:14:37 +02:00
video.mak Merge commit 'c45fcf30cfab687004ed1cdc06ebaa21f4262a0b' 2015-09-07 16:07:07 +02:00
voice.mak tests/fate: replace all -f md5 by framemd5 2015-09-06 03:23:02 +02:00
vorbis.mak
vpx.mak
vqf.mak fate: add -fflags +bitexact to the relevant targets 2015-08-30 23:31:10 +02:00
wavpack.mak libavformat/matroska: Write stream durations in metadata, in the format of mkvmerge. 2015-08-05 22:29:23 +02:00
wma.mak
xvid.mak