• Niklas Haas's avatar
    lavc/h274: transpose IDCT · 22530ad1
    Niklas Haas authored
    This is mathematically equivalent to what we were doing before, but
    gives subtly different results due to rounding (rows first vs columns
    first). Doing it this way makes our film grain database generation match
    reference implementation and now produces bit-exact outputs in my
    testing.
    
    Rename the transposed variables to be a bit less confusing.
    22530ad1
h274.c 45.6 KB