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

  /external/webrtc/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
67 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf,
99 WEBRTC_SPL_MEMCPY_W16(lsfold, lsf2, length);
113 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf,
125 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:IlbcEncoder_

Completed in 137 milliseconds