diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2024-05-09 23:30:49 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2024-06-07 21:42:24 +0200 |
commit | 8a64a003b5d567354e82af679e056615c8464a6f (patch) | |
tree | f570eca97f1e689a834ef49ef980450f68acc33d | |
parent | 9b76e49061a321467df23f7b1c8e8e715c8dec71 (diff) | |
download | ffmpeg-8a64a003b5d567354e82af679e056615c8464a6f.tar.gz |
avcodec/ilbcdec: Remove dead code
Yes the same dead code is in "iLBC Speech Coder ANSI-C Source Code"
Fixes: CID1509370 Logically dead code
Sponsored-by: Sovereign Tech Fund
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/ilbcdec.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/ilbcdec.c b/libavcodec/ilbcdec.c index 4ecdff4183..ba1da168bc 100644 --- a/libavcodec/ilbcdec.c +++ b/libavcodec/ilbcdec.c @@ -1095,12 +1095,6 @@ static void do_plc(int16_t *plc_residual, /* (o) concealed residual */ if (s->consPLICount * s->block_samples > 320) { use_gain = 29491; /* 0.9 in Q15 */ - } else if (s->consPLICount * s->block_samples > 640) { - use_gain = 22938; /* 0.7 in Q15 */ - } else if (s->consPLICount * s->block_samples > 960) { - use_gain = 16384; /* 0.5 in Q15 */ - } else if (s->consPLICount * s->block_samples > 1280) { - use_gain = 0; /* 0.0 in Q15 */ } /* Compute mixing factor of picth repeatition and noise: |