Home
last modified time | relevance | path

Searched defs:interp_sample (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dymz280b.cpp454 …int interp_sample = ((s32(prev) * (FRAC_ONE - voice->output_pos)) + (s32(curr) * voice->output_pos… in sound_stream_update() local
519 …int interp_sample = ((s32(prev) * (FRAC_ONE - voice->output_pos)) + (s32(curr) * voice->output_pos… in sound_stream_update() local
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dymz280b.cpp454 …int interp_sample = ((s32(prev) * (FRAC_ONE - voice->output_pos)) + (s32(curr) * voice->output_pos… in sound_stream_update() local
519 …int interp_sample = ((s32(prev) * (FRAC_ONE - voice->output_pos)) + (s32(curr) * voice->output_pos… in sound_stream_update() local
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-dtv/lib/atsc/
H A Datsc_sync_impl.cc101 float interp_sample; in general_work() local
/dports/emulators/atari800/atari800-3.1.0/src/
H A Dvotraxsnd.c171 SWORD interp_sample; in votrax_process() local
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dymz280b.c450 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
515 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dymz280b.c449 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
514 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dymz280b.c449 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
514 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dymz280b.c681 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
752 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Dymz280b.c651 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
723 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
/dports/math/octave-forge-ltfat/ltfat/thirdparty/Playrec/
H A Dltfatresample.c45 SAMPLE (*interp_sample)(const double, const SAMPLE *yin); member