mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-04 06:30:49 +00:00
The CELT psychoacoustic path was effectively broken: analysis could use
the wrong queued audio and stale scratch samples, and raw band scores were
folded into the frame bit budget, where they could overflow instead of
only driving alloc_boost.
On top of that,
|
||
|---|---|---|
| .. | ||
| celt.c | ||
| celt.h | ||
| dec.c | ||
| dec_celt.c | ||
| dsp.c | ||
| dsp.h | ||
| enc.c | ||
| enc.h | ||
| enc_psy.c | ||
| enc_psy.h | ||
| enc_utils.h | ||
| frame_duration_tab.c | ||
| Makefile | ||
| opus.h | ||
| parse.c | ||
| parse.h | ||
| parser.c | ||
| pvq.c | ||
| pvq.h | ||
| rc.c | ||
| rc.h | ||
| silk.c | ||
| silk.h | ||
| tab.c | ||
| tab.h | ||