aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/lpc.asm
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-06-09 13:48:40 -0300
committerJames Almer <jamrial@gmail.com>2024-06-09 14:12:51 -0300
commit287d139b779d5b8db5f9440159fb768cdd12c19f (patch)
tree1d6dece8fd9f5c43f32eb7ce2138fc3b4463da0c /libavcodec/x86/lpc.asm
parente8cef5e1529b1975cb36a35b3848eff0c5aeda95 (diff)
downloadffmpeg-287d139b779d5b8db5f9440159fb768cdd12c19f.tar.gz
checkasm/sw_rgb: fix alignment of buffers for rgb_to_yuv tests
src is apparently not guaranteed to be >8 byte aligned, but align to 16 nonetheless as the x86 asm will do unaligned loads anyway. dst is guaranteed to be 32 byte aligned for the Y plane, but 16 byte for UV. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/x86/lpc.asm')
0 files changed, 0 insertions, 0 deletions