[FFmpeg-devel] [PATCH 3/3] libavutil/softfloat: Add functions.

Nedeljko Babic Nedeljko.Babic at imgtec.com
Mon Jul 27 15:36:42 CEST 2015


>> +/**
>> + * Rounding-to-nearest used.
>> + */
>> +static av_always_inline void av_sincos_sf(int a, int *s, int *c)
>
>this function seems to be buggy
>the sine values are very accurate but the cosine values are not
>
>look: (tested with libavutil/softfloat-test and tightened up thresholds)

Could you please send me configuration which you used here?

I tried with several configurations and didn't have a problem with sincos on this test.

Thanks,
Nedeljko


More information about the ffmpeg-devel mailing list