Skip to content
  • Mark Harris's avatar
    Reduce redundancy when SILK uses too many bits · 20bf3b33
    Mark Harris authored
    Fix Hybrid redundancy assertion failure in ec_enc_shrink(), even
    if SILK produces more than maxBits, by reducing or eliminating
    redundancy when necessary.  Don't reserve space for redundancy that
    is too small to be used for redundancy.  When there is not enough
    space for redundancy, allow the regular frame to use all the bits.
    20bf3b33