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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
decoder_interpolate_lsf.c 38 int pos, lp_length; local
42 lp_length = length + 1;
49 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length);
50 WebRtcIlbcfix_BwExpand(weightdenum, lp, (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_length);
54 pos = lp_length;
58 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos,lp,lp_length);
60 (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_length);
61 pos += lp_length;
69 WEBRTC_SPL_MEMCPY_W16(syntdenum+pos,lp,lp_length);
71 (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_length);
    [all...]
simple_interpolate_lsf.c 46 int pos, lp_length; local
54 lp_length = length + 1;
64 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length);
72 (int16_t)lp_length);
77 pos = lp_length;
84 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
92 (int16_t)lp_length);
94 pos += lp_length;
110 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
118 (int16_t)lp_length);
    [all...]

Completed in 54 milliseconds