HomeSort by relevance Sort by last modified time
    Searched refs:_oldOutputLow (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/voice_engine/
dtmf_inband.cc 81 memset(_oldOutputLow, 0, sizeof(_oldOutputLow));
121 _oldOutputLow[0] = 0;
122 _oldOutputLow[1] = 0;
292 _oldOutputLow[0]=y2_Table[0];
293 _oldOutputLow[1]=0;
298 _oldOutputLow[0]=y2_Table[1];
299 _oldOutputLow[1]=0;
304 _oldOutputLow[0]=y2_Table[2];
305 _oldOutputLow[1]=0
    [all...]
dtmf_inband.h 73 int16_t _oldOutputLow[2]; // Data needed for oscillator model

Completed in 3100 milliseconds