row_out2nd        121 src/include/private/libteletone_detect.h 		teletone_goertzel_state_t row_out2nd[GRID_FACTOR];
row_out2nd        127 src/libteletone_detect.c 		goertzel_init (&dtmf_detect_state->row_out2nd[i], &dtmf_detect_row_2nd[i]);
row_out2nd        313 src/libteletone_detect.c 				v1 = dtmf_detect_state->row_out2nd[x].v2;
row_out2nd        314 src/libteletone_detect.c 				dtmf_detect_state->row_out2nd[x].v2 = dtmf_detect_state->row_out2nd[x].v3;
row_out2nd        315 src/libteletone_detect.c 				dtmf_detect_state->row_out2nd[x].v3 = (float)(dtmf_detect_state->row_out2nd[x].fac*dtmf_detect_state->row_out2nd[x].v2 - v1 + famp);
row_out2nd        355 src/libteletone_detect.c 				teletone_goertzel_result (&dtmf_detect_state->row_out2nd[best_row])*DTMF_2ND_HARMONIC_ROW < row_energy[best_row]) {
row_out2nd        386 src/libteletone_detect.c 			goertzel_init (&dtmf_detect_state->row_out2nd[i], &dtmf_detect_row_2nd[i]);