Searched refs:WebRtcIsac_DecodeSpec (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | decode.c | 118 len = WebRtcIsac_DecodeSpec(&ISACdecLB_obj->bitstr_obj, AvgPitchGain_Q12, in WebRtcIsac_DecodeLb() 208 len = WebRtcIsac_DecodeSpec(&ISACdecUB_obj->bitstr_obj, kAveragePitchGain, in WebRtcIsac_DecodeUb16() 273 len = WebRtcIsac_DecodeSpec(&ISACdecUB_obj->bitstr_obj, kAveragePitchGain, in WebRtcIsac_DecodeUb12()
|
D | entropy_coding.h | 49 int WebRtcIsac_DecodeSpec(Bitstr* streamdata, WebRtc_Word16 AvgPitchGain_Q12,
|
D | entropy_coding.c | 273 int WebRtcIsac_DecodeSpec(Bitstr* streamdata, WebRtc_Word16 AvgPitchGain_Q12, in WebRtcIsac_DecodeSpec() function
|