Files
ffmpeg/tests/checkasm
James Almer 287d139b77 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>
2024-06-09 14:12:51 -03:00
..
2024-01-11 14:48:53 +02:00
2023-11-27 17:55:24 +02:00
2024-05-11 10:28:59 +02:00
2024-03-15 12:51:15 +01:00
2024-06-04 11:46:27 +02:00
2024-06-04 11:46:27 +02:00
2024-06-04 11:46:27 +02:00
2024-06-01 18:05:58 +03:00
2024-03-15 12:51:15 +01:00
2024-05-03 18:00:53 +03:00
2022-11-06 14:39:36 +01:00
2023-12-22 09:28:04 -03:00
2024-03-15 12:51:15 +01:00
2024-05-30 18:30:52 +03:00