HomeSort by relevance Sort by last modified time
    Searched full:lsfdeq (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
decoder_interpolate_lsf.c 32 int16_t *lsfdeq, /* (i) dequantized lsf coefficients */
40 lsfdeq2 = lsfdeq + length;
46 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, (*iLBCdec_inst).lsfdeqold, lsfdeq,
55 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, lsfdeq, lsfdeq2,
66 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, iLBCdec_inst->lsfdeqold, lsfdeq,
80 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->lsfdeqold, lsfdeq, length);
simple_interpolate_lsf.c 36 int16_t *lsfdeq, /* (i) the dequantized lsf coefficients Q13 */
52 lsfdeq2 = lsfdeq + length;
60 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq,
80 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeq, lsfdeq2,
106 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq,
125 WEBRTC_SPL_MEMCPY_W16(lsfdeqold, lsfdeq, length);
simple_lsf_quant.c 28 int16_t *lsfdeq, /* (o) dequantized lsf coefficients
37 WebRtcIlbcfix_SplitVq( lsfdeq, index, lsf,
42 WebRtcIlbcfix_SplitVq( lsfdeq + LPC_FILTERORDER, index + LSF_NSPLIT,
lpc_encode.c 42 int16_t lsfdeq[LPC_FILTERORDER * LPC_N_MAX]; local
48 WebRtcIlbcfix_SimpleLsfQ(lsfdeq, lsf_index, lsf, iLBCenc_inst->lpc_n);
51 WebRtcIlbcfix_LsfCheck(lsfdeq, LPC_FILTERORDER, iLBCenc_inst->lpc_n);
56 lsf, lsfdeq, iLBCenc_inst->lsfold,
simple_lsf_dequant.c 27 int16_t *lsfdeq, /* (o) dequantized lsf coefficients */
39 lsfdeq[pos + j] = WebRtcIlbcfix_kLsfCb[cb_pos +
52 lsfdeq[LPC_FILTERORDER + pos + j] = WebRtcIlbcfix_kLsfCb[cb_pos +
simple_lsf_dequant.h 29 int16_t *lsfdeq, /* (o) dequantized lsf coefficients */
decode.c 90 int16_t lsfdeq[LPC_FILTERORDER*LPC_N_MAX]; local
97 WebRtcIlbcfix_SimpleLsfDeQ(lsfdeq, (int16_t*)(iLBCbits_inst->lsf), iLBCdec_inst->lpc_n);
98 WebRtcIlbcfix_LsfCheck(lsfdeq, LPC_FILTERORDER, iLBCdec_inst->lpc_n);
100 lsfdeq, LPC_FILTERORDER, iLBCdec_inst);
decoder_interpolate_lsf.h 32 int16_t *lsfdeq, /* (i) dequantized lsf coefficients */
simple_interpolate_lsf.h 36 int16_t *lsfdeq, /* (i) the dequantized lsf coefficients Q13 */
simple_lsf_quant.h 29 int16_t *lsfdeq, /* (o) dequantized lsf coefficients

Completed in 394 milliseconds