Skip to content
  • Timothy B. Terriberry's avatar
    Rework CWRS code. · d883670b
    Timothy B. Terriberry authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
    This eliminates an extra O(nm) lookups on decode, and reduces the rate control
     from O(nm^2) to O(nm), in addition to eliminating O(m) lookups on both encode
     and decode.
    Although the interface is slightly more complex, the internal code is also
     simpler.
    d883670b