OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BWno
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.h
102
WebRtc_Word16 *
BWno
);
105
int WebRtcIsacfix_EncodeReceiveBandwidth(WebRtc_Word16 *
BWno
,
decode.c
36
WebRtc_Word16
BWno
;
82
err = WebRtcIsacfix_DecodeSendBandwidth(&ISACdec_obj->bitstr_obj, &
BWno
);
encode.c
39
WebRtc_Word16
BWno
;
138
BWno
= WebRtcIsacfix_GetDownlinkBwIndexImpl(bw_estimatordata);
139
status = WebRtcIsacfix_EncodeReceiveBandwidth(&
BWno
, &ISACenc_obj->bitstr_obj);
492
WebRtc_Word16
BWno
= BWnumber;
530
status = WebRtcIsacfix_EncodeReceiveBandwidth(&
BWno
, &ISACenc_obj->bitstr_obj);
entropy_coding.c
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h
192
int WebRtcIsac_DecodeSendBW(Bitstr* streamdata, WebRtc_Word16*
BWno
);
193
void WebRtcIsac_EncodeReceiveBw(int*
BWno
, Bitstr* streamdata);
entropy_coding.c
[
all
...]
encode.c
[
all
...]
Completed in 38 milliseconds