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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
decode.c 55 int16_t syntdenum[NSUB_MAX*(LPC_FILTERORDER+1)]; local
99 WebRtcIlbcfix_DecoderInterpolateLsp(syntdenum, weightdenum,
103 WebRtcIlbcfix_DecodeResidual(iLBCdec_inst, iLBCbits_inst, decresidual, syntdenum);
108 syntdenum + (LPC_FILTERORDER + 1) * (iLBCdec_inst->nsub - 1),
124 WebRtcIlbcfix_DoThePlc(PLCresidual, PLClpc, 1, decresidual, syntdenum,
132 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one),
143 syntdenum, (LPC_FILTERORDER+1));
167 syntdenum+(i-1)*(LPC_FILTERORDER+1),
182 syntdenum+(i-2)*(LPC_FILTERORDER+1),
221 syntdenum + i*(LPC_FILTERORDER+1)
    [all...]
decoder_interpolate_lsf.c 29 int16_t *syntdenum, /* (o) synthesis filter coefficients */
49 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length);
58 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos,lp,lp_length);
69 WEBRTC_SPL_MEMCPY_W16(syntdenum+pos,lp,lp_length);
simple_interpolate_lsf.c 29 int16_t *syntdenum, /* (o) the synthesis filter denominator
64 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length);
84 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
110 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
state_construct.c 30 int16_t *syntDenum, /* (i) synthesis filter denumerator */
48 numerator[k] = syntDenum[LPC_FILTERORDER-k];
103 syntDenum, LPC_FILTERORDER+1, 2 * len);
state_search.c 33 int16_t *syntDenum, /* (i) lpc synthesis filter */
56 numerator[i] = (syntDenum[LPC_FILTERORDER-i]>>scaleRes);
74 syntDenum, LPC_FILTERORDER+1, 2 * iLBCenc_inst->state_short_len);
lpc_encode.c 31 int16_t *syntdenum, /* (i/o) synthesis filter coefficients
55 WebRtcIlbcfix_SimpleInterpolateLsf(syntdenum, weightdenum,
decode_residual.h 34 int16_t *syntdenum /* (i) the decoded synthesis filter
decoder_interpolate_lsf.h 29 int16_t *syntdenum, /* (o) synthesis filter coefficients */
lpc_encode.h 29 int16_t *syntdenum, /* (i/o) synthesis filter coefficients
simple_interpolate_lsf.h 29 int16_t *syntdenum, /* (o) the synthesis filter denominator
state_construct.h 30 int16_t *syntDenum, /* (i) synthesis filter denumerator */
state_search.h 34 int16_t *syntDenum, /* (i) lpc synthesis filter */
encode.c 59 int16_t *syntdenum; local
81 syntdenum = mem; /* syntdenum[(LPC_FILTERORDER + 1)*NSUB_MAX] and mem are used non overlapping in the code */
131 WebRtcIlbcfix_LpcEncode(syntdenum, weightdenum, iLBCbits_inst->lsf, data,
141 &syntdenum[n*(LPC_FILTERORDER+1)],
182 &syntdenum[(iLBCbits_inst->startIdx-1)*(LPC_FILTERORDER+1)],
186 &syntdenum[(iLBCbits_inst->startIdx-1)*(LPC_FILTERORDER+1)],
decode_residual.c 41 int16_t *syntdenum /* (i) the decoded synthesis filter
61 iLBC_encbits->idxVec, &syntdenum[(iLBC_encbits->startIdx-1)*(LPC_FILTERORDER+1)],

Completed in 309 milliseconds