Lines Matching refs:speex_free
284 speex_free(st->high); in sb_encoder_destroy()
286 speex_free(st->h0_mem); in sb_encoder_destroy()
287 speex_free(st->h1_mem); in sb_encoder_destroy()
289 speex_free(st->old_lsp); in sb_encoder_destroy()
290 speex_free(st->old_qlsp); in sb_encoder_destroy()
291 speex_free(st->interp_qlpc); in sb_encoder_destroy()
292 speex_free(st->pi_gain); in sb_encoder_destroy()
293 speex_free(st->exc_rms); in sb_encoder_destroy()
295 speex_free(st->mem_sp); in sb_encoder_destroy()
296 speex_free(st->mem_sp2); in sb_encoder_destroy()
297 speex_free(st->mem_sw); in sb_encoder_destroy()
300 speex_free(st); in sb_encoder_destroy()
823 speex_free(st->g0_mem); in sb_decoder_destroy()
824 speex_free(st->g1_mem); in sb_decoder_destroy()
825 speex_free(st->excBuf); in sb_decoder_destroy()
826 speex_free(st->old_qlsp); in sb_decoder_destroy()
827 speex_free(st->interp_qlpc); in sb_decoder_destroy()
828 speex_free(st->pi_gain); in sb_decoder_destroy()
829 speex_free(st->exc_rms); in sb_decoder_destroy()
830 speex_free(st->mem_sp); in sb_decoder_destroy()
832 speex_free(state); in sb_decoder_destroy()