Skip to content
  • Yaowu Xu's avatar
    Changes 16 point idct · 91e0e801
    Yaowu Xu authored
    This commit changes the inverse 16 point dct to use the same algorithm
    as the one for 32 point idct. In fact, now 16 point dct uses the exact
    version of the souce code for even portion of the 32 point idct.
    
    Tests showed current implementation has significant better accuracy
    than the previous version. With this implementation and the minor bug
    fix on forward 16 point dct, encoding tests showed about 0.2% better
    compression of CIF set, test results on std-hd setting pending.
    
    Change-Id: I68224b60c816ba03434e9f08bee147c7e344fb63
    91e0e801