Home
last modified time | relevance | path

Searched defs:lsf (Results 1 – 16 of 16) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_lpc_dec.c103 static WORD32 ixheaacd_avq_first_approx_abs(FLOAT32 *lsf, WORD32 *indx) { in ixheaacd_avq_first_approx_abs()
140 WORD32 ixheaacd_avq_first_approx_rel(FLOAT32 *lsf, WORD32 *indx, WORD32 mode) { in ixheaacd_avq_first_approx_rel()
165 WORD32 first_lpd_flag, FLOAT32 *lsf, in ixheaacd_alg_vec_dequant()
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()
296 void ixheaacd_reorder_lsf(float *lsf, float min_dist, int n) { in ixheaacd_reorder_lsf()
Dixheaacd_tcx_fwd_mdct.c204 FLOAT32 lsf[ORDER], *ptr_a; in ixheaacd_lpc_coef_gen() local
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dpoly_to_lsf.c25 int16_t *lsf, /* (o) lsf coefficients (Q13) */ in WebRtcIlbcfix_Poly2Lsf()
Dsimple_lsf_quant.c31 int16_t *lsf, /* (i) the lsf coefficient vector to be in WebRtcIlbcfix_SimpleLsfQ()
Dlpc_encode.c41 int16_t lsf[LPC_FILTERORDER * LPC_N_MAX]; in WebRtcIlbcfix_LpcEncode() local
Dlsf_to_lsp.c27 int16_t *lsf, /* (i) lsf in Q13 values between 0 and pi */ in WebRtcIlbcfix_Lsf2Lsp()
Dlsf_to_poly.c26 int16_t *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly()
Dlsp_to_lsf.c28 int16_t *lsf, /* (o) Lsf vector 0...Pi in Q13 in WebRtcIlbcfix_Lsp2Lsf()
Dsimple_lpc_analysis.c30 int16_t *lsf, /* (o) lsf coefficients */ in WebRtcIlbcfix_SimpleLpcAnalysis()
Dlsf_check.c27 int16_t *lsf, /* LSF parameters */ in WebRtcIlbcfix_LsfCheck()
Dsimple_interpolate_lsf.c35 int16_t *lsf, /* (i) the unquantized lsf coefficients Q13 */ in WebRtcIlbcfix_SimpleInterpolateLsf()
Ddefines.h121 int16_t lsf[LSF_NSPLIT*LPC_N_MAX]; member
/external/apache-http/src/org/apache/http/impl/conn/
DDefaultClientConnectionOperator.java238 final LayeredSocketFactory lsf = (LayeredSocketFactory) schm.getSocketFactory(); in updateSecureConnection() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DNonLinearConjugateGradientOptimizer.java163 final UnivariateRealFunction lsf = new LineSearchFunction(searchDirection); in doOptimize() local
/external/aac/libAACdec/src/
Dusacdec_lpc.cpp641 static void reorder_lsf(FIXP_LPC *lsf, FIXP_LPC min_dist, int n) { in reorder_lsf()