>> +/**
>> + * 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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to