Home
last modified time | relevance | path

Searched refs:GRID_FACTOR (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/include/private/
H A Dlibteletone_detect.h133 #define GRID_FACTOR 4 macro
162 teletone_goertzel_state_t row_out[GRID_FACTOR];
163 teletone_goertzel_state_t col_out[GRID_FACTOR];
164 teletone_goertzel_state_t row_out2nd[GRID_FACTOR];
165 teletone_goertzel_state_t col_out2nd[GRID_FACTOR];
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libteletone/src/
H A Dlibteletone_detect.h133 #define GRID_FACTOR 4 macro
162 teletone_goertzel_state_t row_out[GRID_FACTOR];
163 teletone_goertzel_state_t col_out[GRID_FACTOR];
164 teletone_goertzel_state_t row_out2nd[GRID_FACTOR];
165 teletone_goertzel_state_t col_out2nd[GRID_FACTOR];
H A Dlibteletone_detect.c105 static teletone_detection_descriptor_t dtmf_detect_row[GRID_FACTOR];
106 static teletone_detection_descriptor_t dtmf_detect_col[GRID_FACTOR];
107 static teletone_detection_descriptor_t dtmf_detect_row_2nd[GRID_FACTOR];
108 static teletone_detection_descriptor_t dtmf_detect_col_2nd[GRID_FACTOR];
150 for (i = 0; i < GRID_FACTOR; i++) { in teletone_dtmf_detect_init()
311 float row_energy[GRID_FACTOR]; in teletone_dtmf_detect()
312 float col_energy[GRID_FACTOR]; in teletone_dtmf_detect()
338 for(x = 0; x < GRID_FACTOR; x++) { in teletone_dtmf_detect()
363 for (i = 0; i < GRID_FACTOR; i++) { in teletone_dtmf_detect()
393 for (best_row = best_col = 0, i = 1; i < GRID_FACTOR; i++) { in teletone_dtmf_detect()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/
H A Dlibteletone_detect.c105 static teletone_detection_descriptor_t dtmf_detect_row[GRID_FACTOR];
106 static teletone_detection_descriptor_t dtmf_detect_col[GRID_FACTOR];
107 static teletone_detection_descriptor_t dtmf_detect_row_2nd[GRID_FACTOR];
108 static teletone_detection_descriptor_t dtmf_detect_col_2nd[GRID_FACTOR];
146 for (i = 0; i < GRID_FACTOR; i++) { in teletone_dtmf_detect_init()
307 float row_energy[GRID_FACTOR]; in teletone_dtmf_detect()
308 float col_energy[GRID_FACTOR]; in teletone_dtmf_detect()
335 for(x = 0; x < GRID_FACTOR; x++) { in teletone_dtmf_detect()
360 for (i = 0; i < GRID_FACTOR; i++) { in teletone_dtmf_detect()
390 for (best_row = best_col = 0, i = 1; i < GRID_FACTOR; i++) { in teletone_dtmf_detect()
[all …]