diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-02 00:56:53 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-08-05 02:53:35 +0200 |
commit | 6c9a60ada4256cf5c388d8dc48860e24c15396c0 (patch) | |
tree | cab957ed745bee60f67b45ef3ad0c1a315cb5494 /libavcodec/x86 | |
parent | 101e154c2860abe4a8dcb7e54b2bc903adfd87b6 (diff) | |
download | ffmpeg-6c9a60ada4256cf5c388d8dc48860e24c15396c0.tar.gz |
avcodec/loongarch: Add wrapper for __lsx_vldx
__lsx_vldx does not accept a pointer to const (in fact,
no function in lsxintrin.h does so), although it is not allowed
to modify the pointed-to buffer. Therefore this commit adds a wrapper
for it in order to constify the HEVC DSP functions in a later commit.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/x86')
0 files changed, 0 insertions, 0 deletions