Searched refs:lp_length (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | decoder_interpolate_lsf.c | 38 int pos, lp_length; in WebRtcIlbcfix_DecoderInterpolateLsp() local 42 lp_length = length + 1; in WebRtcIlbcfix_DecoderInterpolateLsp() 49 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp() 50 …cIlbcfix_BwExpand(weightdenum, lp, (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp() 54 pos = lp_length; in WebRtcIlbcfix_DecoderInterpolateLsp() 58 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos,lp,lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp() 60 (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp() 61 pos += lp_length; in WebRtcIlbcfix_DecoderInterpolateLsp() 69 WEBRTC_SPL_MEMCPY_W16(syntdenum+pos,lp,lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp() 71 (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp() [all …]
|
D | simple_interpolate_lsf.c | 46 int pos, lp_length; in WebRtcIlbcfix_SimpleInterpolateLsf() local 54 lp_length = length + 1; in WebRtcIlbcfix_SimpleInterpolateLsf() 64 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf() 72 (int16_t)lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf() 77 pos = lp_length; in WebRtcIlbcfix_SimpleInterpolateLsf() 84 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf() 92 (int16_t)lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf() 94 pos += lp_length; in WebRtcIlbcfix_SimpleInterpolateLsf() 110 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf() 118 (int16_t)lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf() [all …]
|