ffmpeg/libavutil/x86
Mark Reid c3502f4f75 libavutil/common: clip nan value to amin
Changes av_clipf to return amin if a is nan.
Before if a is nan av_clipf_c returned nan and
av_clipf_sse would return amax. Now the both
should behave the same.

This works because nan > amin is false.
The max(nan, amin) will be amin.

Signed-off-by: James Almer <jamrial@gmail.com>
2021-11-15 16:50:08 -03:00
..
asm.h
bswap.h
cpu.c
cpu.h
cpuid.asm
emms.asm
emms.h
fixed_dsp_init.c
fixed_dsp.asm
float_dsp_init.c
float_dsp.asm
imgutils_init.c
imgutils.asm
intmath.h libavutil/common: clip nan value to amin 2021-11-15 16:50:08 -03:00
intreadwrite.h
lls_init.c
lls.asm
Makefile lavu/x86: add FFT assembly 2021-04-24 17:19:18 +02:00
pixelutils_init.c
pixelutils.asm
pixelutils.h
timer.h
tx_float_init.c lavu/x86/tx_float: fix FMA3 implying AVX2 is available 2021-04-24 19:00:27 +02:00
tx_float.asm x86/tx_float: correctly load the transform length 2021-07-18 15:04:57 +02:00
w64xmmtest.h
x86inc.asm
x86util.asm