]> git.sesse.net Git - x264/commit
checkasm: Fix idct_dequant_2x4_(dc|dconly) tests
authorHenrik Gramner <henrik@gramner.com>
Sat, 20 Feb 2016 15:53:35 +0000 (16:53 +0100)
committerHenrik Gramner <henrik@gramner.com>
Tue, 12 Apr 2016 15:10:39 +0000 (17:10 +0200)
commitdbbf1dd2836a21b65178442c1fb7a00ea089d7ec
treed983793b8a24ebe5f0bcec7038893aff1b42b8d4
parent0db0ac3a05b80eee7994fab08cbce2d07e8b1586
checkasm: Fix idct_dequant_2x4_(dc|dconly) tests

They used the wrong qp values and the dconly test had the wrong name. This
was undetected before because there wasn't any assembly implementations.
tools/checkasm.c