theta 108 src/libteletone_detect.c float theta; theta 113 src/libteletone_detect.c theta = (float)(M_TWO_PI*(dtmf_row[i]/(float)sample_rate)); theta 114 src/libteletone_detect.c dtmf_detect_row[i].fac = (float)(2.0*cos(theta)); theta 116 src/libteletone_detect.c theta = (float)(M_TWO_PI*(dtmf_col[i]/(float)sample_rate)); theta 117 src/libteletone_detect.c dtmf_detect_col[i].fac = (float)(2.0*cos(theta)); theta 119 src/libteletone_detect.c theta = (float)(M_TWO_PI*(dtmf_row[i]*2.0/(float)sample_rate)); theta 120 src/libteletone_detect.c dtmf_detect_row_2nd[i].fac = (float)(2.0*cos(theta)); theta 122 src/libteletone_detect.c theta = (float)(M_TWO_PI*(dtmf_col[i]*2.0/(float)sample_rate)); theta 123 src/libteletone_detect.c dtmf_detect_col_2nd[i].fac = (float)(2.0*cos(theta)); theta 141 src/libteletone_detect.c float theta = 0; theta 171 src/libteletone_detect.c theta = (float)(M_TWO_PI*(map->freqs[x]/(float)mt->sample_rate)); theta 172 src/libteletone_detect.c mt->tdd[x].fac = (float)(2.0 * cos(theta));