HomeSort by relevance Sort by last modified time
    Searched defs:lsf (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
lpc_encode.c 35 int16_t *lsf_index, /* (o) lsf quantization index */
41 int16_t lsf[LPC_FILTERORDER * LPC_N_MAX]; local
44 /* Calculate LSF's from the input speech */
45 WebRtcIlbcfix_SimpleLpcAnalysis(lsf, data, iLBCenc_inst);
47 /* Quantize the LSF's */
48 WebRtcIlbcfix_SimpleLsfQ(lsfdeq, lsf_index, lsf, iLBCenc_inst->lpc_n);
50 /* Stableize the LSF's if needed */
54 the optimal LSF and the dequantized LSF */
56 lsf, lsfdeq, iLBCenc_inst->lsfold
    [all...]
defines.h 121 int16_t lsf[LSF_NSPLIT*LPC_N_MAX]; member in struct:iLBC_bits_t_
148 /* Fix-point old lsf parameters for interpolation */
189 /* old LSF for interpolation */
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultClientConnectionOperator.java 233 final LayeredSocketFactory lsf = (LayeredSocketFactory) schm.getSocketFactory(); local
236 sock = lsf.createSocket
242 conn.update(sock, target, lsf.isSecure(sock), params);
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 

Completed in 688 milliseconds