• Ronald S. Bultje's avatar
    mdec: stop preferring the simple IDCT. · e639d091
    Ronald S. Bultje authored
    This was added in e3e3c825, 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 42dd1434,
    meaning this workaround is no longer necessary.
    
    In practical terms, before 42dd1434,
    the PSNR between decodes of the fate-mdec using simple (C) or simplemmx
    IDCTs was 35. After 42dd1434, it's 90.
    e639d091
mdec.c 8.54 KB