[FFmpeg-devel] [PATCH v1] lavfi: add nlmeans CUDA filter

Timo Rothenpieler timo at rothenpieler.org
Sat Aug 14 02:11:15 EEST 2021


On 13.08.2021 10:42, Dylan Fernando wrote:
> Any update on this?
> 
> Kind Regards,
> Dylan

Also, are you sure that exp() function is correct?

The CUDA-Function exp() is defined as "double exp(double x)" and 
calculates the base e exponential.

While __nvvm_ex2_approx_f reads to me like it does so for floats, and 
for base 2. For which the CUDA equivalent would be "float exp2f(float)".

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4494 bytes
Desc: S/MIME Cryptographic Signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210814/6ac38084/attachment.bin>


More information about the ffmpeg-devel mailing list