HomeSort by relevance Sort by last modified time
    Searched refs:lsp (Results 26 - 29 of 29) sorted by null

12

  /external/speex/libspeex/
nb_celp.c 39 #include "lsp.h"
267 VARDECL(spx_lsp_t *lsp);
287 ALLOC(lsp, st->lpcSize, spx_lsp_t);
322 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack);
326 /*If we can't find all LSP's, do some damage control and use previous filter*/
329 lsp[i]=st->old_lsp[i];
342 interp_lsp[i] = lsp[i];
344 lsp_interpolate(st->old_lsp, lsp, interp_lsp, st->lpcSize, st->nbSubframes, st->nbSubframes<<1);
428 lsp_dist += (st->old_lsp[i] - lsp[i])*(st->old_lsp[i] - lsp[i])
    [all...]
sb_celp.c 40 #include "lsp.h"
326 VARDECL(spx_lsp_t *lsp);
378 ALLOC(lsp, st->lpcSize, spx_lsp_t);
411 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack);
414 roots = lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA2, stack);
416 /*If we can't find all LSP's, do some damage control and use a flat filter*/
419 lsp[i]=st->old_lsp[i];
532 /* LSP quantization */
533 SUBMODE(lsp_quant)(lsp, qlsp, st->lpcSize, bits);
538 st->old_lsp[i] = lsp[i]
    [all...]
  /external/libpcap/
scanner.l 221 lsp return LSP;
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.cpp 91 #include "lsp.h"
415 // Reset lsp states
516 /* Reset lsp states */
788 which include the LSP, adaptive codebook, and fixed codebook
895 * * convert a[] to lsp[] *
905 // From A(z) to lsp. LSP quantization and interpolation
906 lsp(st->lspSt, mode, *usedMode, A_t, Aq_t, lsp_new, &ana);
909 // Buffer lsp's and energy
928 // Reset lsp state
    [all...]

Completed in 361 milliseconds

12