Home
last modified time | relevance | path

Searched refs:bweIndex (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/isac/main/include/
Disac.h488 int16_t bweIndex,
509 int16_t* bweIndex,
524 int16_t WebRtcIsac_UpdateUplinkBw(ISACStruct* ISAC_main_inst, int16_t bweIndex);
540 int16_t WebRtcIsac_ReadBwIndex(const uint8_t* encoded, int16_t* bweIndex);
/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c709 int16_t bweIndex, in WebRtcIsac_GetNewBitStream() argument
768 &iSACBitStreamInst, bweIndex, scale); in WebRtcIsac_GetNewBitStream()
1602 int16_t* bweIndex, in WebRtcIsac_GetDownLinkBwIndex() argument
1614 WebRtcIsac_GetDownlinkBwJitIndexImpl(&(instISAC->bwestimator_obj), bweIndex, in WebRtcIsac_GetDownLinkBwIndex()
1635 int16_t bweIndex) { in WebRtcIsac_UpdateUplinkBw() argument
1648 &(instISAC->bwestimator_obj), bweIndex, in WebRtcIsac_UpdateUplinkBw()
1675 int16_t* bweIndex) { in WebRtcIsac_ReadBwIndex() argument
1694 err = WebRtcIsac_DecodeFrameLen(&streamdata, bweIndex); in WebRtcIsac_ReadBwIndex()
1700 err = WebRtcIsac_DecodeSendBW(&streamdata, bweIndex); in WebRtcIsac_ReadBwIndex()
/external/webrtc/modules/audio_coding/codecs/isac/fix/include/
Disacfix.h415 int16_t bweIndex,
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c402 int16_t bweIndex, in WebRtcIsacfix_GetNewBitStream() argument
420 bweIndex, in WebRtcIsacfix_GetNewBitStream()