mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 09:15:29 +00:00
Memcpy if needed to ensure sufficient alignment, as some SIMD instructions might require more alignment than we provide by default (e.g. vmovaps requires 32 bytes, but gstreamer uses malloc alignment by default which is 16 bytes here on x86_64). And in any case buffers might be trimmed, so the only alignment we can expect is sample frame alignment which might be even smaller than 16 bytes. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8318> |
||
---|---|---|
.. | ||
libav |