OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISACdecLB_obj
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
decode.c
38
int WebRtcIsac_DecodeLb(float* signal_out, ISACLBDecStruct*
ISACdecLB_obj
,
70
WebRtcIsac_ResetBitstream(&(
ISACdecLB_obj
->bitstr_obj));
76
err = WebRtcIsac_DecodeFrameLen(&
ISACdecLB_obj
->bitstr_obj,
87
err = WebRtcIsac_DecodeSendBW(&
ISACdecLB_obj
->bitstr_obj, &bandwidthInd);
96
err = WebRtcIsac_DecodePitchGain(&
ISACdecLB_obj
->bitstr_obj,
102
err = WebRtcIsac_DecodePitchLag(&
ISACdecLB_obj
->bitstr_obj, PitchGains_Q12,
112
err = WebRtcIsac_DecodeLpc(&
ISACdecLB_obj
->bitstr_obj, lo_filt_coef,
118
len = WebRtcIsac_DecodeSpec(&
ISACdecLB_obj
->bitstr_obj, AvgPitchGain_Q12,
126
&
ISACdecLB_obj
->fftstr_obj);
140
WebRtcIsac_PitchfilterPost(LPw, LPw_pf, &
ISACdecLB_obj
->pitchfiltstr_obj
[
all
...]
isac.c
[
all
...]
structs.h
404
ISACLBDecStruct
ISACdecLB_obj
;
Completed in 37 milliseconds