Home
last modified time | relevance | path

Searched refs:tone_count (Results 1 – 15 of 15) sorted by relevance

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Dsound.c345 ay_do_tone( int level, unsigned int tone_count, int *var, int chan ) in ay_do_tone() argument
349 ay_tone_tick[ chan ] += tone_count; in ay_do_tone()
407 unsigned int tone_count, noise_count; in sound_ay_overlay() local
531 tone_count = ay_tone_cycles >> 3; in sound_ay_overlay()
536 ay_do_tone( level, tone_count, &chan1, 0 ); in sound_ay_overlay()
543 ay_do_tone( level, tone_count, &chan2, 1 ); in sound_ay_overlay()
550 ay_do_tone( level, tone_count, &chan3, 2 ); in sound_ay_overlay()
/dports/emulators/fuse/fuse-1.6.0/
H A Dsound.c390 ay_do_tone( int level, unsigned int tone_count, int *var, int chan ) in ay_do_tone() argument
394 ay_tone_tick[ chan ] += tone_count; in ay_do_tone()
438 unsigned int tone_count, noise_count; in sound_ay_overlay() local
562 tone_count = ay_tone_cycles >> 3; in sound_ay_overlay()
567 ay_do_tone( level, tone_count, &chan1, 0 ); in sound_ay_overlay()
574 ay_do_tone( level, tone_count, &chan2, 1 ); in sound_ay_overlay()
581 ay_do_tone( level, tone_count, &chan3, 2 ); in sound_ay_overlay()
/dports/audio/ocp/ocp-0.2.90/playay/
H A Dsound.c163 #define AY_GET_SUBVAL(chan) (level*2*ay_tone_tick[chan]/tone_count)
179 ay_tone_tick[chan]+=tone_count; \
188 if(is_on && count==1 && level && ay_tone_tick[chan]<tone_count) \
225 uint32_t tone_count; in sound_ay_overlay() local
402 tone_count=ay_tone_subcycles>>(3+16); in sound_ay_overlay()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libteletone/src/
H A Dlibteletone_detect.c208 mt->tone_count++; in teletone_multi_tone_init()
243 for(x = 0; x < TELETONE_MAX_TONES && x < mt->tone_count; x++) { in teletone_multi_tone_detect()
260 for(x = 0; x < TELETONE_MAX_TONES && x < mt->tone_count; x++) { in teletone_multi_tone_detect()
266 for(x = 0; x < TELETONE_MAX_TONES && x < mt->tone_count; x++) { in teletone_multi_tone_detect()
270 if ((gtest >= 2 || gtest == mt->tone_count) && eng_sum > 42.0 * mt->energy) { in teletone_multi_tone_detect()
294 for(x = 0; x < TELETONE_MAX_TONES && x < mt->tone_count; x++) { in teletone_multi_tone_detect()
H A Dlibteletone_detect.h192 int tone_count; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/
H A Dlibteletone_detect.c204 mt->tone_count++; in teletone_multi_tone_init()
239 for(x = 0; x < TELETONE_MAX_TONES && x < mt->tone_count; x++) { in teletone_multi_tone_detect()
256 for(x = 0; x < TELETONE_MAX_TONES && x < mt->tone_count; x++) { in teletone_multi_tone_detect()
262 for(x = 0; x < TELETONE_MAX_TONES && x < mt->tone_count; x++) { in teletone_multi_tone_detect()
266 if ((gtest >= 2 || gtest == mt->tone_count) && eng_sum > 42.0 * mt->energy) { in teletone_multi_tone_detect()
290 for(x = 0; x < TELETONE_MAX_TONES && x < mt->tone_count; x++) { in teletone_multi_tone_detect()
H A Dftdm_io.c3758 ftdmchan->span->tone_finder[i].tone_count = 0; in ftdm_channel_clear_detected_tones()
4236 if (ftdmchan->span->tone_finder[i].tone_count) { in ftdm_channel_process_media()
/dports/audio/aylet/aylet-0.5/
H A Dsound.c244 #define AY_GET_SUBVAL(chan) (level*2*ay_tone_tick[chan]/tone_count)
260 ay_tone_tick[chan]+=tone_count; \
269 if(is_on && count==1 && level && ay_tone_tick[chan]<tone_count) \
325 unsigned int tone_count,noise_count; in sound_ay_overlay() local
459 tone_count=ay_tone_subcycles>>(3+16); in sound_ay_overlay()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/include/private/
H A Dlibteletone_detect.h192 int tone_count; member
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/pjsua/
H A Dpjsua_app_common.h107 unsigned tone_count; member
H A Dpjsua_app_config.c993 cfg->tones[cfg->tone_count].freq1 = (short)f1; in parse_args()
994 cfg->tones[cfg->tone_count].freq2 = (short)f2; in parse_args()
995 cfg->tones[cfg->tone_count].on_msec = (short)on; in parse_args()
996 cfg->tones[cfg->tone_count].off_msec = (short)off; in parse_args()
997 ++cfg->tone_count; in parse_args()
2110 for (i=0; i<config->tone_count; ++i) { in write_settings()
H A Dpjsua_app.c1463 for (i=0; i<app_config.tone_count; ++i) { in app_init()
2066 for (i=0; i<app_config.tone_count; ++i) { in app_destroy()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp_dsp.c738 int t = 0, s = 0, tone_count = 0; in tone_descriptor_dup() local
745 tone_count = descriptor->idx + 1; in tone_descriptor_dup()
747 for (t = 0; t < tone_count; t++) { in tone_descriptor_dup()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSBRdec/src/
H A Denv_calc.cpp2399 int tone_count = 0; in adjustTimeSlot_EldGrid() local
2463 if (++tone_count == 16) { in adjustTimeSlot_EldGrid()
2513 int tone_count = 0; in adjustTimeSlotLC() local
2538 tone_count++; in adjustTimeSlotLC()
2614 tone_count++; in adjustTimeSlotLC()
2624 if (tone_count <= 16) { in adjustTimeSlotLC()
2645 tone_count++; in adjustTimeSlotLC()
2658 if (tone_count <= 16) { in adjustTimeSlotLC()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSBRdec/src/
H A Denv_calc.cpp2393 int tone_count = 0; in adjustTimeSlot_EldGrid() local
2454 if (++tone_count == 16) { in adjustTimeSlot_EldGrid()
2504 int tone_count = 0; in adjustTimeSlotLC() local
2526 tone_count++; in adjustTimeSlotLC()
2601 tone_count++; in adjustTimeSlotLC()
2612 if (tone_count <= 16) { in adjustTimeSlotLC()
2632 tone_count++; in adjustTimeSlotLC()
2647 if (tone_count <= 16) { in adjustTimeSlotLC()