mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-08 02:39:57 +00:00
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> |
||
|---|---|---|
| .. | ||
| asm.S | ||
| audiodsp.c | ||
| blockdsp.c | ||
| dct-test.c | ||
| fdct.h | ||
| fdctdsp.c | ||
| fft_altivec.S | ||
| fft_init.c | ||
| fft_vsx.c | ||
| fft_vsx.h | ||
| fmtconvert_altivec.c | ||
| h264chroma_init.c | ||
| h264chroma_template.c | ||
| h264dsp.c | ||
| h264qpel.c | ||
| h264qpel_template.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 | ||