OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_oldOutputHigh
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/voice_engine/
dtmf_inband.cc
82
memset(
_oldOutputHigh
, 0, sizeof(
_oldOutputHigh
));
123
_oldOutputHigh
[0] = 0;
124
_oldOutputHigh
[1] = 0;
317
_oldOutputHigh
[0]=y2_Table[4];
318
_oldOutputHigh
[1]=0;
324
_oldOutputHigh
[0]=y2_Table[5];
325
_oldOutputHigh
[1]=0;
331
_oldOutputHigh
[0]=y2_Table[6];
332
_oldOutputHigh
[1]=0
[
all
...]
dtmf_inband.h
74
int16_t
_oldOutputHigh
[2]; // Data needed for oscillator model
Completed in 1198 milliseconds