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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
simple_interpolate_lsf.h 39 int16_t *lsfdeqold, /* (i) the dequantized lsf coefficients of the
decoder_interpolate_lsf.c 46 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, (*iLBCdec_inst).lsfdeqold, lsfdeq,
66 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, iLBCdec_inst->lsfdeqold, lsfdeq,
78 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq2, length);
80 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq, length);
simple_interpolate_lsf.c 39 int16_t *lsfdeqold, /* (i) the dequantized lsf coefficients of the
60 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq,
99 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq2, length);
106 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq,
125 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq, length);
lpc_encode.c 57 iLBCenc_inst->lsfdeqold, LPC_FILTERORDER, iLBCenc_inst);
defines.h 150 int16_t lsfdeqold[LPC_FILTERORDER]; member in struct:iLBC_Enc_Inst_t_
190 int16_t lsfdeqold[LPC_FILTERORDER]; member in struct:iLBC_Dec_Inst_t_
init_decode.c 58 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER);
init_encode.c 57 WEBRTC_SPL_MEMCPY_W16(iLBCenc_inst->lsfdeqold, WebRtcIlbcfix_kLsfMean, LPC_FILTERORDER);

Completed in 435 milliseconds