1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-17 18:01:38 +02:00
ffmpeg/libavcodec/ppc
Ganesh Ajjanagadde 61a1ca13ea avcodec/ppc/fdctdsp: use M_SQRT2 instead of ad-hoc SQRT2
This actually fixes an incorrect float literal. It is believed by
examining the precision that the literals were all pre-computed as
floats, resulting in this needless loss of precision. There is no
benefit to keeping such reduced precision:
1. These constants are used for static array computation, hence
compile-time.
2. They will be treated as doubles anyway, since f specifier was not
present.

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
2015-11-22 16:16:16 -05:00
..
asm.S
audiodsp.c
blockdsp.c blockdsp: reindent after parameter removal 2015-10-03 23:34:56 +02:00
dct-test.c
fdct.h
fdctdsp.c avcodec/ppc/fdctdsp: use M_SQRT2 instead of ad-hoc SQRT2 2015-11-22 16:16:16 -05:00
fft_altivec.S
fft_init.c
fft_vsx.c
fft_vsx.h
fmtconvert_altivec.c
h264chroma_init.c
h264chroma_template.c
h264dsp.c
h264qpel_template.c
h264qpel.c
hpeldsp_altivec.c
hpeldsp_altivec.h
huffyuvdsp_altivec.c
idctdsp.c
lossless_audiodsp_altivec.c
Makefile
mathops.h
me_cmp.c
mpegaudiodsp_altivec.c
mpegvideo_altivec.c
mpegvideodsp.c
mpegvideoencdsp.c
pixblockdsp.c
svq1enc_altivec.c
vc1dsp_altivec.c
videodsp_ppc.c
vorbisdsp_altivec.c
vp3dsp_altivec.c
vp8dsp_altivec.c