HomeSort by relevance Sort by last modified time
    Searched refs:lsfold (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
simple_interpolate_lsf.h 37 int16_t *lsfold, /* (i) the unquantized lsf coefficients of
simple_interpolate_lsf.c 37 int16_t *lsfold, /* (i) the unquantized lsf coefficients of
66 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf,
98 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf2, length);
112 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf,
124 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf, length);
lpc_encode.c 56 lsf, lsfdeq, iLBCenc_inst->lsfold,
init_encode.c 56 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lsfold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER);
defines.h 149 int16_t lsfold[LPC_FILTERORDER]; member in struct:iLBC_Enc_Inst_t_

Completed in 92 milliseconds