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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_gain_swb_tables.h 27 extern const double WebRtcIsac_kLeftRecPointLpcGain[SUBFRAMES];
lpc_gain_swb_tables.c 31 const double WebRtcIsac_kLeftRecPointLpcGain[SUBFRAMES] =
encode_lpc_swb.c 610 *idx = (int)floor((*data - WebRtcIsac_kLeftRecPointLpcGain[coeffCntr]) /
621 *data = WebRtcIsac_kLeftRecPointLpcGain[coeffCntr] + *idx *
648 *out = WebRtcIsac_kLeftRecPointLpcGain[coeffCntr] + *idx *

Completed in 77 milliseconds