1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
FFmpeg/libavcodec/aarch64
Martin Storsjö 49f9c4272c aarch64: vp8: Skip saturating in shrn in ff_vp8_idct_add_neon
The original arm version didn't do saturation here. This probably
doesn't make any difference for performance, but reduces the
differences.

Signed-off-by: Martin Storsjö <martin@martin.st>
2019-02-19 11:46:24 +02:00
..
asm-offsets.h
cabac.h
dcadsp_init.c
dcadsp_neon.S
fft_init_aarch64.c
fft_neon.S
fmtconvert_init.c
fmtconvert_neon.S
h264chroma_init_aarch64.c
h264cmc_neon.S
h264dsp_init_aarch64.c h264/aarch64: add intra loop filter neon asm 2019-01-26 12:05:10 +01:00
h264dsp_neon.S h264/aarch64: add intra loop filter neon asm 2019-01-26 12:05:10 +01:00
h264idct_neon.S
h264pred_init.c
h264pred_neon.S
h264qpel_init_aarch64.c
h264qpel_neon.S
hpeldsp_init_aarch64.c
hpeldsp_neon.S
imdct15_init.c
imdct15_neon.S
Makefile aarch64: vp8: Move the vp8dsp makefile entries to the right places 2019-02-19 11:45:53 +02:00
mdct_init.c
mdct_neon.S
mpegaudiodsp_init.c
mpegaudiodsp_neon.S aarch64: Remove a dot from a label 2017-10-18 10:49:33 +03:00
neon.S
neontest.c
rv40dsp_init_aarch64.c
synth_filter_neon.S
vc1dsp_init_aarch64.c
videodsp_init.c
videodsp.S
vorbisdsp_init.c
vorbisdsp_neon.S
vp8dsp_init_aarch64.c aarch64: vp8: Port bilin functions from arm version 2019-02-19 11:46:14 +02:00
vp8dsp_neon.S aarch64: vp8: Skip saturating in shrn in ff_vp8_idct_add_neon 2019-02-19 11:46:24 +02:00
vp8dsp.h aarch64: vp8: Port bilin functions from arm version 2019-02-19 11:46:14 +02:00
vp9dsp_init_aarch64.c
vp9itxfm_neon.S aarch64: vp9: Fix assembling with Xcode 6.2 and older 2017-06-20 16:14:03 +03:00
vp9lpf_neon.S aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1 2017-02-24 00:03:00 +02:00
vp9mc_neon.S aarch64: vp9: Fix assembling with Xcode 6.2 and older 2017-06-20 16:14:03 +03:00