Home
last modified time | relevance | path

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

12

/external/libwebsockets/lib/plat/windows/
Dwindows-spawn.c34 struct lws_spawn_piped *lsp = lws_container_of(sul, in lws_spawn_timeout() local
45 struct lws_spawn_piped *lsp = lws_container_of(sul, in lws_spawn_sul_reap() local
113 struct lws_spawn_piped *lsp = *_lsp; in lws_spawn_piped_destroy() local
149 lws_spawn_reap(struct lws_spawn_piped *lsp) in lws_spawn_reap()
229 lws_spawn_piped_kill_child_process(struct lws_spawn_piped *lsp) in lws_spawn_piped_kill_child_process()
252 struct lws_spawn_piped *lsp = lws_container_of(sul, in windows_pipe_poll_hack() local
344 struct lws_spawn_piped *lsp; in lws_spawn_piped() local
555 lws_spawn_stdwsi_closed(struct lws_spawn_piped *lsp, struct lws *wsi) in lws_spawn_stdwsi_closed()
/external/libwebsockets/lib/plat/unix/
Dunix-spawn.c40 struct lws_spawn_piped *lsp = lws_container_of(sul, in lws_spawn_timeout() local
51 struct lws_spawn_piped *lsp = lws_container_of(sul, in lws_spawn_sul_reap() local
116 struct lws_spawn_piped *lsp = *_lsp; in lws_spawn_piped_destroy() local
147 lws_spawn_reap(struct lws_spawn_piped *lsp) in lws_spawn_reap()
264 lws_spawn_piped_kill_child_process(struct lws_spawn_piped *lsp) in lws_spawn_piped_kill_child_process()
332 struct lws_spawn_piped *lsp; in lws_spawn_piped() local
593 lws_spawn_stdwsi_closed(struct lws_spawn_piped *lsp, struct lws *wsi) in lws_spawn_stdwsi_closed()
/external/libxaac/encoder/
Diusace_lpc.c44 VOID iusace_lpc_2_lsp_conversion(FLOAT32 *lpc, FLOAT32 *lsp, FLOAT32 *prev_lsp) { in iusace_lpc_2_lsp_conversion()
111 static VOID iusace_compute_coeff_poly_f(FLOAT32 *lsp, FLOAT32 *poly1, FLOAT32 *poly2) { in iusace_compute_coeff_poly_f()
131 VOID iusace_lsp_to_lp_conversion(FLOAT32 *lsp, FLOAT32 *lp_flt_coff_a) { in iusace_lsp_to_lp_conversion()
206 VOID iusace_lsp_2_lsf_conversion(FLOAT32 *lsp, FLOAT32 *lsf) { in iusace_lsp_2_lsf_conversion()
213 VOID iusace_lsf_2_lsp_conversion(FLOAT32 *lsf, FLOAT32 *lsp) { in iusace_lsf_2_lsp_conversion()
/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c62 static VOID ixheaacd_compute_coeff_poly_f(FLOAT32 lsp[], FLOAT32 *f1, in ixheaacd_compute_coeff_poly_f()
84 VOID ixheaacd_lsp_to_lp_conversion(FLOAT32 *lsp, FLOAT32 *lp_flt_coff_a) { in ixheaacd_lsp_to_lp_conversion()
231 FLOAT32 lsp[ORDER]; in ixheaacd_interpolation_lsp_params() local
Dixheaacd_lpc.c208 void ixheaacd_lsp_2_lsf_conversion(float lsp[], float lsf[], WORD32 m) { in ixheaacd_lsp_2_lsf_conversion()
216 static VOID ixheaacd_lsf_2_lsp_conversion_float(FLOAT32 lsf[], FLOAT32 lsp[], in ixheaacd_lsf_2_lsp_conversion_float()
/external/webrtc/modules/audio_coding/codecs/ilbc/
Dpoly_to_lsf.c29 int16_t lsp[10]; in WebRtcIlbcfix_Poly2Lsf() local
Dlsf_to_lsp.c30 int16_t *lsp, /* (o) lsp in Q15 values between -1 and 1 */ in WebRtcIlbcfix_Lsf2Lsp()
Dget_lsp_poly.c43 int16_t *lsp, /* (i) LSP in Q15 */ in WebRtcIlbcfix_GetLspPoly()
Dlsf_to_poly.c35 int16_t lsp[10]; in WebRtcIlbcfix_Lsf2Poly() local
Dlsp_to_lsf.c29 int16_t *lsp, /* (i) lsp vector -1...+1 in Q15 */ in WebRtcIlbcfix_Lsp2Lsf()
Dpoly_to_lsp.c31 int16_t *lsp, /* (i) LSP coefficients in Q15 */ in WebRtcIlbcfix_Poly2Lsp()
/external/tremolo/Tremolo/
Dfloor0.c153 ogg_int32_t *lsp,int m, in vorbis_lsp_to_curve()
413 ogg_int32_t *lsp){ in floor0_inverse1()
455 ogg_int32_t *lsp,ogg_int32_t *out){ in floor0_inverse2()
/external/libgsm/src/
Dpreprocess.c49 word msp, lsp; variable
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc103 bool IsLwpCrashedCallback(lwpstatus_t* lsp, void* context) { in IsLwpCrashedCallback()
237 const lwpstatus_t* lsp, in WriteCrashedLwpStream()
278 const lwpstatus_t* lsp, MDRawThread* lwp) { in WriteLwpStream()
392 bool LwpInformationCallback(lwpstatus_t* lsp, void* context) { in LwpInformationCallback()
/external/libldac/src/
Dpack_ldac.c291 int lsp, hsp; in pack_spectrum_ldac() local
339 int lsp, hsp; in pack_residual_ldac() local
Dquant_fixp_ldac.c63 int lsp, hsp; in norm_spectrum_ldac() local
Dquant_ldac.c52 int lsp, hsp; in norm_spectrum_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/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/leastsquares/
DGaussNewtonOptimizer.java207 public Optimum optimize(final LeastSquaresProblem lsp) { in optimize()
/external/libwebsockets/lib/roles/cgi/
Dprivate-lib-roles-cgi.h58 struct lws_spawn_piped *lsp; member
/external/aac/libAACdec/src/
Dusacdec_lpc.cpp1130 static void get_lsppol(FIXP_LPC lsp[], FIXP_DBL f[], int n, int flag) { in get_lsppol()
1160 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/cldr-code/src/main/java/org/unicode/cldr/icu/
DTestCldr.java168 LanguageTagParser lsp = new LanguageTagParser(); in addLocales() local
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go35 lsp "github.com/KhronosGroup/SPIRV-Tools/utils/vscode/src/lsp/protocol" packageName
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go35 lsp "github.com/KhronosGroup/SPIRV-Tools/utils/vscode/src/lsp/protocol" packageName
/external/angle/third_party/spirv-tools/src/utils/vscode/src/
Dlangsvr.go34 lsp "github.com/KhronosGroup/SPIRV-Tools/utils/vscode/src/lsp/protocol" packageName

12