| Index: third_party/opus/src/silk/decode_core.c
|
| diff --git a/third_party/opus/src/silk/decode_core.c b/third_party/opus/src/silk/decode_core.c
|
| index e569c0e72b3e171826d730a4be64836fb0ec0d9a..fd4e857afa8accc6d7fad203bb9601889ad01d95 100644
|
| --- a/third_party/opus/src/silk/decode_core.c
|
| +++ b/third_party/opus/src/silk/decode_core.c
|
| @@ -225,8 +225,6 @@ void silk_decode_core(
|
| pxq[ i ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( silk_SMULWW( sLPC_Q14[ MAX_LPC_ORDER + i ], Gain_Q10 ), 8 ) );
|
| }
|
|
|
| - /* DEBUG_STORE_DATA( dec.pcm, pxq, psDec->subfr_length * sizeof( opus_int16 ) ) */
|
| -
|
| /* Update LPC filter state */
|
| silk_memcpy( sLPC_Q14, &sLPC_Q14[ psDec->subfr_length ], MAX_LPC_ORDER * sizeof( opus_int32 ) );
|
| pexc_Q14 += psDec->subfr_length;
|
|
|