teletone_goertzel_result  223 src/libteletone_detect.c 			eng_all[x] = (float)(teletone_goertzel_result (&mt->gs[x]));
teletone_goertzel_result  229 src/libteletone_detect.c 			gtest += teletone_goertzel_result (&mt->gs2[x]) < eng_all[x] ? 1 : 0;
teletone_goertzel_result  326 src/libteletone_detect.c 		row_energy[0] = teletone_goertzel_result (&dtmf_detect_state->row_out[0]);
teletone_goertzel_result  327 src/libteletone_detect.c 		col_energy[0] = teletone_goertzel_result (&dtmf_detect_state->col_out[0]);
teletone_goertzel_result  330 src/libteletone_detect.c 			row_energy[i] = teletone_goertzel_result (&dtmf_detect_state->row_out[i]);
teletone_goertzel_result  334 src/libteletone_detect.c 			col_energy[i] = teletone_goertzel_result (&dtmf_detect_state->col_out[i]);
teletone_goertzel_result  354 src/libteletone_detect.c 				teletone_goertzel_result (&dtmf_detect_state->col_out2nd[best_col])*DTMF_2ND_HARMONIC_COL < col_energy[best_col] &&
teletone_goertzel_result  355 src/libteletone_detect.c 				teletone_goertzel_result (&dtmf_detect_state->row_out2nd[best_row])*DTMF_2ND_HARMONIC_ROW < row_energy[best_row]) {