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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
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
lpc_encode.c 31 int16_t *syntdenum, /* (i/o) synthesis filter coefficients
55 WebRtcIlbcfix_SimpleInterpolateLsf(syntdenum, weightdenum,
decoder_interpolate_lsf.c 29 int16_t *syntdenum, /* (o) synthesis filter coefficients */
48 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length);
57 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos,lp,lp_length);
68 WEBRTC_SPL_MEMCPY_W16(syntdenum+pos,lp,lp_length);
simple_interpolate_lsf.c 29 int16_t *syntdenum, /* (o) the synthesis filter denominator
63 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length);
83 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
109 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
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);
107 decresidual, syntdenum + (LPC_FILTERORDER + 1)*(iLBCdec_inst->nsub - 1),
124 decresidual, syntdenum, (int16_t)(iLBCdec_inst->last_lag), iLBCdec_inst);
131 WEBRTC_SPL_MEMCPY_W16(syntdenum+(i*order_plus_one),
142 syntdenum, (LPC_FILTERORDER+1));
166 syntdenum+(i-1)*(LPC_FILTERORDER+1),
181 syntdenum+(i-2)*(LPC_FILTERORDER+1),
220 syntdenum + i*(LPC_FILTERORDER+1)
    [all...]
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 217 milliseconds