Home
last modified time | relevance | path

Searched refs:kAveragePitchGain (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Ddecode.c196 const WebRtc_Word16 kAveragePitchGain = 0; /* No pitch-gain for upper-band. */ in WebRtcIsac_DecodeUb16() local
208 len = WebRtcIsac_DecodeSpec(&ISACdecUB_obj->bitstr_obj, kAveragePitchGain, in WebRtcIsac_DecodeUb16()
262 const WebRtc_Word16 kAveragePitchGain = 0; /* No pitch-gain for upper-band. */ in WebRtcIsac_DecodeUb12() local
273 len = WebRtcIsac_DecodeSpec(&ISACdecUB_obj->bitstr_obj, kAveragePitchGain, in WebRtcIsac_DecodeUb12()
Dencode.c544 const WebRtc_Word16 kAveragePitchGain = 0.0; in LimitPayloadUb() local
631 status = WebRtcIsac_EncodeSpec(fre, fim, kAveragePitchGain, in LimitPayloadUb()
665 const WebRtc_Word16 kAveragePitchGain = 0.0; in WebRtcIsac_EncodeUb16() local
809 err = WebRtcIsac_EncodeSpec(fre, fim, kAveragePitchGain, kIsacUpperBand16, in WebRtcIsac_EncodeUb16()
857 const WebRtc_Word16 kAveragePitchGain = 0.0; in WebRtcIsac_EncodeUb12() local
976 err = WebRtcIsac_EncodeSpec(fre, fim, kAveragePitchGain, kIsacUpperBand12, in WebRtcIsac_EncodeUb12()
1147 const WebRtc_Word16 kAveragePitchGain = 0.0; in WebRtcIsac_EncodeStoredDataUb() local
1185 ISACSavedEnc_obj->imagFFT, kAveragePitchGain, in WebRtcIsac_EncodeStoredDataUb()
1210 err = WebRtcIsac_EncodeSpec(realFFT, imagFFT, kAveragePitchGain, in WebRtcIsac_EncodeStoredDataUb()
1231 const WebRtc_Word16 kAveragePitchGain = 0.0; in WebRtcIsac_GetRedPayloadUb() local
[all …]