Searched defs:a1_times2 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Ddtmf_inband.cc274 int16_t a1_times2 = 0, a2_times2 = 0; local
290 a1_times2=a_times2Tbl[0];
296 a1_times2=a_times2Tbl[1];
302 a1_times2=a_times2Tbl[2];
308 a1_times2=a_times2Tbl[3];
344 return (DtmfFix_generateSignal(a1_times2,
352 DtmfInband::DtmfFix_generateSignal(int16_t a1_times2, argument
366 tempValLow = (int16_t)(((( (int32_t)(a1_times2 *

Completed in 87 milliseconds