OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastPitchLag_Q7
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode.c
157
(ISACdec_obj->plcstr_obj).
lastPitchLag_Q7
= PitchLags_Q7[3];
160
(ISACdec_obj->plcstr_obj).
lastPitchLag_Q7
+= PitchLags_Q7[3];
initialize.c
162
State->
lastPitchLag_Q7
= 0;
structs.h
171
WebRtc_Word16
lastPitchLag_Q7
;
decode_plc.c
309
(ISACdec_obj->plcstr_obj).
lastPitchLag_Q7
+ 64, 7 ) + 1;
779
(ISACdec_obj->plcstr_obj).
lastPitchLag_Q7
= (ISACdec_obj->plcstr_obj).stretchLag << 7;
Completed in 2360 milliseconds