Home
last modified time | relevance | path

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

/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/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c61 static VOID ixheaacd_compute_coeff_poly_f(FLOAT32 lsp[], FLOAT32 *f1, in ixheaacd_compute_coeff_poly_f()
83 VOID ixheaacd_lsp_to_lp_conversion(FLOAT32 *lsp, FLOAT32 *lp_flt_coff_a) { in ixheaacd_lsp_to_lp_conversion()
230 FLOAT32 lsp[ORDER]; in ixheaacd_interpolation_lsp_params() local
Dixheaacd_lpc.c188 void ixheaacd_lsp_2_lsf_conversion(float lsp[], float lsf[], WORD32 m) { in ixheaacd_lsp_2_lsf_conversion()
196 static VOID ixheaacd_lsf_2_lsp_conversion_float(FLOAT32 lsf[], FLOAT32 lsp[], in ixheaacd_lsf_2_lsp_conversion_float()
/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()
/external/aac/libAACdec/src/
Dusacdec_lpc.cpp1129 static void get_lsppol(FIXP_LPC lsp[], FIXP_DBL f[], int n, int flag) { in get_lsppol()
1156 void E_LPC_f_lsp_a_conversion(FIXP_LPC *lsp, FIXP_LPC *a, INT *a_exp) { in E_LPC_f_lsp_a_conversion()
/external/cldr/tools/java/org/unicode/cldr/icu/
DTestCldr.java173 LanguageTagParser lsp = new LanguageTagParser(); in addLocales() local
/external/scapy/scapy/contrib/
Disis.py802 def _lsp_answers(lsp, other, clsname): argument