Skip to content
  • Nathan Egge's avatar
    Replace divides by small values with multiplies. · 03122298
    Nathan Egge authored
    This ports the OD_DIVU_SMALL code from Daala to AOM so that divides by
     constants smaller than OD_DIVU_DMAX (1024) are done using a multiply.
    Added a unit test for OD_DIVU_SMALL in test/divu_small_test.cc.
    
    Change-Id: Id9fee172d54477355571c5d6c12c584fb65769e5
    03122298