Home
last modified time | relevance | path

Searched defs:lsp (Results 1 – 15 of 15) sorted by relevance

/external/speex/libspeex/
Dquant_lsp.c159 void lsp_quant_nb(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits) in lsp_quant_nb()
213 void lsp_unquant_nb(spx_lsp_t *lsp, int order, SpeexBits *bits) in lsp_unquant_nb()
242 void lsp_quant_lbr(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits) in lsp_quant_lbr()
283 void lsp_unquant_lbr(spx_lsp_t *lsp, int order, SpeexBits *bits) in lsp_unquant_lbr()
306 void lsp_quant_high(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits) in lsp_quant_high()
310 void lsp_unquant_high(spx_lsp_t *lsp, int order, SpeexBits *bits) in lsp_unquant_high()
319 void lsp_quant_high(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits) in lsp_quant_high()
366 void lsp_unquant_high(spx_lsp_t *lsp, int order, SpeexBits *bits) in lsp_unquant_high()
Dlsp.c593 void lsp_enforce_margin(spx_lsp_t *lsp, int len, spx_word16_t margin) in lsp_enforce_margin()
628 void lsp_enforce_margin(spx_lsp_t *lsp, int len, spx_word16_t margin) in lsp_enforce_margin()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dpoly_to_lsf.c28 int16_t lsp[10]; in WebRtcIlbcfix_Poly2Lsf() local
Dlsf_to_lsp.c28 int16_t *lsp, /* (o) lsp in Q15 values between -1 and 1 */ in WebRtcIlbcfix_Lsf2Lsp()
Dget_lsp_poly.c41 int16_t *lsp, /* (i) LSP in Q15 */ in WebRtcIlbcfix_GetLspPoly()
Dlsf_to_poly.c33 int16_t lsp[10]; in WebRtcIlbcfix_Lsf2Poly() local
Dlsp_to_lsf.c27 int16_t *lsp, /* (i) lsp vector -1...+1 in Q15 */ in WebRtcIlbcfix_Lsp2Lsf()
Dpoly_to_lsp.c30 int16_t *lsp, /* (i) LSP coefficients in Q15 */ in WebRtcIlbcfix_Poly2Lsp()
/external/libgsm/src/
Dpreprocess.c49 word msp, lsp; variable
/external/tremolo/Tremolo/
Dfloor0.c147 ogg_int32_t *lsp,int m, in vorbis_lsp_to_curve()
402 ogg_int32_t *lsp){ in floor0_inverse1()
438 ogg_int32_t *lsp,ogg_int32_t *out){ in floor0_inverse2()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc99 bool IsLwpCrashedCallback(lwpstatus_t *lsp, void *context) { in IsLwpCrashedCallback()
233 const lwpstatus_t *lsp, in WriteCrashedLwpStream()
274 const lwpstatus_t *lsp, MDRawThread *lwp) { in WriteLwpStream()
388 bool LwpInformationCallback(lwpstatus_t *lsp, void *context) { in LwpInformationCallback()
/external/libldac/src/
Dquant_fixp_ldac.c63 int lsp, hsp; in norm_spectrum_ldac() local
Dquant_ldac.c52 int lsp, hsp; in norm_spectrum_ldac() local
Dpack_ldac.c291 int lsp, hsp; in pack_spectrum_ldac() local
339 int lsp, hsp; in pack_residual_ldac() local
/external/clang/test/Sema/
Dformat-strings-scanf.c96 void test_alloc_extension(char **sp, wchar_t **lsp, float *fp) { in test_alloc_extension()