Home | History | Annotate | Download | only in libspeex

Lines Matching refs:h0_mem

235    st->h0_mem=(spx_word16_t*)speex_alloc((QMF_ORDER)*sizeof(spx_word16_t));
286 speex_free(st->h0_mem);
339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack);
1262 st->h0_mem[i]=st->h1_mem[i]=0;