HomeSort by relevance Sort by last modified time
    Searched refs:old_qlsp (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
sb_celp.h 65 spx_lsp_t *old_qlsp; /**< Quantized LSPs of previous frame */ member in struct:SBEncState
115 spx_lsp_t *old_qlsp; member in struct:SBDecState
nb_celp.h 86 spx_lsp_t *old_qlsp; /**< Quantized LSPs for previous frame */ member in struct:EncState
140 spx_lsp_t *old_qlsp; /**< Quantized LSPs for previous frame */ member in struct:DecState
sb_celp.c 243 st->old_qlsp = (spx_lsp_t*)speex_alloc(st->lpcSize*sizeof(spx_lsp_t));
290 speex_free(st->old_qlsp);
540 st->old_qlsp[i] = qlsp[i];
567 lsp_interpolate(st->old_qlsp, qlsp, interp_qlsp, st->lpcSize, sub, st->nbSubframes);
744 st->old_qlsp[i] = qlsp[i];
795 st->old_qlsp = (spx_lsp_t*)speex_alloc((st->lpcSize)*sizeof(spx_lsp_t));
826 speex_free(st->old_qlsp);
974 st->old_qlsp[i] = qlsp[i];
1000 lsp_interpolate(st->old_qlsp, qlsp, interp_qlsp, st->lpcSize, sub, st->nbSubframes);
    [all...]
nb_celp.c 172 st->old_qlsp = (spx_lsp_t*)speex_alloc((st->lpcSize)*sizeof(spx_lsp_t));
224 speex_free (st->old_qlsp);
634 st->old_qlsp[i] = qlsp[i];
664 lsp_interpolate(st->old_qlsp, qlsp, interp_qlsp, st->lpcSize, sub, st->nbSubframes);
894 st->old_qlsp[i] = qlsp[i];
964 st->old_qlsp = (spx_lsp_t*)speex_alloc(st->lpcSize*sizeof(spx_lsp_t));
    [all...]

Completed in 194 milliseconds