• Ronald S. Bultje's avatar
    VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv(). · a8858ee1
    Ronald S. Bultje authored
    Advanced profile never uses "range reduction", so vc1_put_block() quite
    literally just calls put_pixels_clamped() from vc1_decode_i_blocks_adv().
    By inlining the function, we can prevent calling IDCT8x8 if
    CODEC_FLAG_GRAY is set, and we don't have to scale the coeffs in the
    [0,256] range, but can instead use put_signed_pixels_clamped().
    (cherry picked from commit 70aa916e)
    a8858ee1
vc1dec.c 124 KB