Re: [FFmpeg-devel] [PATCH 11/11] avformat/wavdecuse FFABS to instead of fabs

2017-11-20 Thread Gregor Riepl
> FFABS is slower than fabs.

Not generally. That is highly dependent on compiler/flags/architecture.

In some cases, FFABS may actually be faster, in others maybe not.

The expected result would be on-par performance.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH 11/11] avformat/wavdecuse FFABS to instead of fabs

2017-11-20 Thread Paul B Mahol
On 11/15/17, Steven Liu  wrote:
> Signed-off-by: Steven Liu 
> ---
>  libavformat/wavdec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

NACK

FFABS is slower than fabs.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel