diff options
author | Martin Storsjö <martin@martin.st> | 2022-07-12 23:58:01 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-08-17 00:00:50 +0300 |
commit | d69d12a5b9236b9d2f1fd247ea452f84cdd1aaf9 (patch) | |
tree | 29bb35096e1dc187acdfde31a22ac6270cd296bc /tools/patcheck | |
parent | dc55e6357818e21e26afbcdfdf2dd7368ec0e8fd (diff) | |
download | ffmpeg-d69d12a5b9236b9d2f1fd247ea452f84cdd1aaf9.tar.gz |
checkasm: motion: Test different h parameters
Previously, the checkasm test always passed h=8, so no other cases
were tested.
Out of the me_cmp functions, in practice, some functions are hardcoded
to always assume a 8x8 block (ignoring the h parameter), while others
do use the parameter. For those with hardcoded height, both the
reference C function and the assembly implementations ignore the
parameter similarly.
The documentation for the functions indicate that heights between
w/2 and 2*w, within the range of 4 to 16, should be supported. This
patch just tests random heights in that range, without knowing what
width the current function actually uses.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tools/patcheck')
0 files changed, 0 insertions, 0 deletions