Skip to content
  • Monty Montgomery's avatar
    Fix for mult overflow in LRF (#1300) · 936a7286
    Monty Montgomery authored
    Move to unsigend arithmetic in LRF box accumulations, and simply guard
    the one subtraction that can underflow (that was the reason we were
    using signed ints to begin with).  Fixes an overflow in 12-bit encodes.
    936a7286