[FFmpeg-devel] [PATCH 1/2] intreadwrite: add AV_RL64A, AV_WL64A

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Jan 7 13:42:24 EET 2019


2019-01-07 12:40 GMT+01:00, Peter Ross <pross at xvid.org>:
> macros for reading and writing 64-bit aligned little-endian values.
>
> these macros are used by the DST decoder and give a performance boost
> on big-endian platforms that where the compiler must normally guard
> against unaligned memory access.

I thought there is a performance gain on little-endian...

Carl Eugen


More information about the ffmpeg-devel mailing list