This was added inpull/263/heade3e3c82555
, 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 in42dd1434bf
, meaning this workaround is no longer necessary. In practical terms, before42dd1434bf
, the PSNR between decodes of the fate-mdec using simple (C) or simplemmx IDCTs was 35. After42dd1434bf
, it's 90.
parent
42dd1434bf
commit
e639d09199
1 changed files with 0 additions and 3 deletions
Loading…
Reference in new issue