Skip to content
  • Felicia Lim's avatar
    celt_lpc: avoid overflows when computing lpcs in fixed point · 7b05f44f
    Felicia Lim authored
    The LPCs are computed in 32-bit, so increase the allowed range from +/-8
    to +/-64 to avoid overflows caught during fuzzing. Before downshifting
    back down to the +/-8 range in the final 16-bit output, perform bandwidth
    extension to avoid any additional overflow issues.
    7b05f44f