search for: new_plc

Displaying 1 result from an estimated 1 matches for "new_plc".

Did you mean: new_pll
2010 Jan 27
1
Some additions to CELT_RESET_STATE for 0.7.1
...t;vbr_reservoir = 0; st->vbr_drift = 0; st->vbr_offset = 0; st->vbr_count = 0; st->xmem = 0; CELT_MEMSET(st->pitch_buf, 0, (MAX_PERIOD>>1)+2); and the following lines should be added to CELT_RESET_STATE in celt_decoder_ctl: #ifdef NEW_PLC CELT_MEMSET(st->lpc, 0, C*LPC_ORDER); #endif BTW 0.7.1 is working very nicely for me. Cheers, John Ridges