Skip to content
  • Gregory Maxwell's avatar
    Fix for the allocation going negative. (bits[j] >= 0 assert) · 7c673cfc
    Gregory Maxwell authored and Jean-Marc Valin's avatar Jean-Marc Valin committed
     The modeline-bisection and interpolator have used different criteria
    for the minimum coding threshold since the introduction of the
    "backwards done" in 405e6a99. This meant that a lower modeline could be
    selected which the interpolator was never able to get under the maximum
    allocation. This patch makes the modeline selection search use the same
    criteria as the interpolator.
    7c673cfc