summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2017-06-21 09:01:20 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2017-06-21 09:01:32 -0400
commite639d09199dd7818a24786fb6e8ddd048ede4372 (patch)
tree7a9692883961f13f804c9ffef8db52baaf1bc7f7 /Makefile
parent42dd1434bf6a7230e4175c08fcfabc3ba51a0463 (diff)
mdec: stop preferring the simple IDCT.
This was added in e3e3c82555e2382125195c1ba9f34b5a43299abc, probably as a workaround for the fact that the quant table was not permutated and the IDCT coefficients are, meaning that you'd only get correct reconstruction if the IDCT permutation was an identity matrix, which happens to be the case when you use the simple IDCT. The quant table permutation bug was fixed in 42dd1434bf6a7230e4175c08fcfabc3ba51a0463, meaning this workaround is no longer necessary. In practical terms, before 42dd1434bf6a7230e4175c08fcfabc3ba51a0463, the PSNR between decodes of the fate-mdec using simple (C) or simplemmx IDCTs was 35. After 42dd1434bf6a7230e4175c08fcfabc3ba51a0463, it's 90.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions