google / libultrahdr

Ultra HDR is a true HDR image format, and is backcompatible. libultrahdr is the reference codec for the Ultra HDR format. The codecs that support the format can render the HDR intent of the image on HDR displays; other codecs can still decode and display the SDR intent of the image.
https://developer.android.com/guide/topics/media/platform/hdr-image-format
Apache License 2.0
160 stars 28 forks source link

Enable convertYuv_neon in 32bit builds #198

Closed harishdm closed 3 months ago

harishdm commented 3 months ago

The issues that were seen earlier when compiling convertYuv_neon in 32 bit build are now fixed.

harishdm commented 3 months ago

@DichenZhang1 this enables convertYuv_neon in 32bit builds. Can you please review and merge? Thanks.

cc: @ram-mohan