Skip to content
  • Jingning Han's avatar
    All zero coeff skip in IDCT 32x32 · 6594ca88
    Jingning Han authored
    When all coefficients are zeros, skip the corresponding 1-D inverse
    transform. This practice has been used in the SSE2 implementation of
    inverse 32x32 DCT. This commit imports this algorithm into the C code.
    
    Change-Id: I0f58bfcb183a569fab85d524d5d9cf8ae8653f86
    6594ca88