diff options
author | Martin Storsjö <martin@martin.st> | 2022-07-13 23:39:40 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-08-17 00:00:50 +0300 |
commit | dc55e6357818e21e26afbcdfdf2dd7368ec0e8fd (patch) | |
tree | f49ae48ddb803dd9d2099c076cd3b81246ccffb3 /tools/patcheck | |
parent | 21c2c57ba5a8b426ad9c07902ec957dbbb20cf36 (diff) | |
download | ffmpeg-dc55e6357818e21e26afbcdfdf2dd7368ec0e8fd.tar.gz |
x86: Don't hardcode the height to 8 in sad8_xy2_mmx
The height is hardcoded in some of the me_cmp functions, but not
in all of them. But in the case of all other functions, it's hardcoded
in the same place in SIMD functions as in the C reference functions,
while this one function differs from the behaviour of the C code.
(Before 542765ce3eccbca587d54262a512cbdb1407230d, there were a
couple other sad8_*_mmx functions with similar hardcoded height.)
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tools/patcheck')
0 files changed, 0 insertions, 0 deletions