Searched refs:mem_sp (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dsb_celp.h68 spx_mem_t *mem_sp; /**< Synthesis signal memory */ member in struct:SBEncState
118 spx_mem_t *mem_sp; member in struct:SBDecState
H A Dnb_celp.h87 spx_mem_t *mem_sp; /**< Filter memory for signal synthesis */ member in struct:EncState
142 spx_mem_t *mem_sp; /**< Filter memory for synthesis signal */ member in struct:DecState
H A Dsb_celp.c249 st->mem_sp = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t));
295 speex_free(st->mem_sp);
523 iir_mem16(high, st->interp_qlpc, high, st->frame_size, st->lpcSize, st->mem_sp, stack);
616 mem[i]=st->mem_sp[i];
672 mem[i]=st->mem_sp[i];
733 mem[i]=st->mem_sp[i];
735 iir_mem16(exc, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp, stack);
800 st->mem_sp = (spx_mem_t*)speex_alloc((2*st->lpcSize)*sizeof(spx_mem_t));
830 speex_free(st->mem_sp);
860 st->mem_sp, stac
[all...]
H A Dnb_celp.c177 st->mem_sp = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t));
228 speex_free (st->mem_sp);
562 st->mem_sp[i] = 0;
727 mem[i]=SHL32(st->mem_sp[i],1);
880 iir_mem16(exc, interp_qlpc, sw, st->subframeSize, st->lpcSize, st->mem_sp, stack);
965 st->mem_sp = (spx_mem_t*)speex_alloc(st->lpcSize*sizeof(spx_mem_t));
1005 speex_free (st->mem_sp);
1070 st->lpcSize, st->mem_sp, stack);
1221 iir_mem16(st->exc, lpc, out, st->frameSize, st->lpcSize, st->mem_sp, stack);
1245 st->mem_sp[
[all...]
/external/speex/libspeex/
H A Dsb_celp.h68 spx_mem_t *mem_sp; /**< Synthesis signal memory */ member in struct:SBEncState
118 spx_mem_t *mem_sp; member in struct:SBDecState
H A Dnb_celp.h87 spx_mem_t *mem_sp; /**< Filter memory for signal synthesis */ member in struct:EncState
142 spx_mem_t *mem_sp; /**< Filter memory for synthesis signal */ member in struct:DecState
H A Dsb_celp.c249 st->mem_sp = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t));
295 speex_free(st->mem_sp);
523 iir_mem16(high, st->interp_qlpc, high, st->frame_size, st->lpcSize, st->mem_sp, stack);
616 mem[i]=st->mem_sp[i];
672 mem[i]=st->mem_sp[i];
733 mem[i]=st->mem_sp[i];
735 iir_mem16(exc, st->interp_qlpc, sp, st->subframeSize, st->lpcSize, st->mem_sp, stack);
800 st->mem_sp = (spx_mem_t*)speex_alloc((2*st->lpcSize)*sizeof(spx_mem_t));
830 speex_free(st->mem_sp);
860 st->mem_sp, stac
[all...]
H A Dnb_celp.c177 st->mem_sp = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t));
228 speex_free (st->mem_sp);
562 st->mem_sp[i] = 0;
727 mem[i]=SHL32(st->mem_sp[i],1);
880 iir_mem16(exc, interp_qlpc, sw, st->subframeSize, st->lpcSize, st->mem_sp, stack);
965 st->mem_sp = (spx_mem_t*)speex_alloc(st->lpcSize*sizeof(spx_mem_t));
1005 speex_free (st->mem_sp);
1070 st->lpcSize, st->mem_sp, stack);
1221 iir_mem16(st->exc, lpc, out, st->frameSize, st->lpcSize, st->mem_sp, stack);
1245 st->mem_sp[
[all...]

Completed in 58 milliseconds