Home
last modified time | relevance | path

Searched refs:interp_sample (Results 1 – 11 of 11) sorted by relevance

/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
109 interp_sample = d_interp.interpolate(&in[d_si], d_mu); in general_work()
123 d_sample_mem[d_counter] = interp_sample; in general_work()
126 int bit = (interp_sample < 0 ? 0 : 1); in general_work()
192 d_data_mem[d_symbol_index] = interp_sample; in general_work()
/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
652 *ldest++ += interp_sample * lvol; in ymz280b_update()
653 *rdest++ += interp_sample * rvol; in ymz280b_update()
655 *(wavlog ++) = (signed short int)interp_sample; in ymz280b_update()
723 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
724 *ldest++ += interp_sample * lvol; in ymz280b_update()
725 *rdest++ += interp_sample * rvol; in ymz280b_update()
727 *(wavlog ++) = (signed short int)interp_sample; in ymz280b_update()
/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
682 *ldest++ += interp_sample * lvol; in ymz280b_update()
683 *rdest++ += interp_sample * rvol; in ymz280b_update()
685 *(wavlog ++) = (signed short int)interp_sample; in ymz280b_update()
752 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
753 *ldest++ += interp_sample * lvol; in ymz280b_update()
754 *rdest++ += interp_sample * rvol; in ymz280b_update()
756 *(wavlog ++) = (signed short int)interp_sample; in ymz280b_update()
/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dymz280b.c686 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output…
687 *ldest++ += interp_sample * lvol;
688 *rdest++ += interp_sample * rvol;
690 *(wavlog ++) = (signed short int)interp_sample;
757 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output…
758 *ldest++ += interp_sample * lvol;
759 *rdest++ += interp_sample * rvol;
761 *(wavlog ++) = (signed short int)interp_sample;
/dports/math/octave-forge-ltfat/ltfat/thirdparty/Playrec/
H A Dltfatresample.c45 SAMPLE (*interp_sample)(const double, const SAMPLE *yin); member
80 rp->interp_sample = &linear_interp; in resample_init()
86 rp->interp_sample = &lagrange_interp; in resample_init()
92 rp->interp_sample = &bspline_interp; in resample_init()
198 (outVal) = rp->interp_sample(x, buf); in resample_execute_polynomial()
243 out[ii] = rp->interp_sample(x, buf); in resample_execute_polynomial()
/dports/emulators/atari800/atari800-3.1.0/src/
H A Dvotraxsnd.c171 SWORD interp_sample; in votrax_process() local
176 interp_sample = (int)(left_sample + fraction*(double)(right_sample-left_sample)); in votrax_process()
177 v_buffer[i] = interp_sample; in votrax_process()
/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
451 *ldest++ += interp_sample * lvol; in ymz280b_update()
452 *rdest++ += interp_sample * rvol; in ymz280b_update()
515 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
516 *ldest++ += interp_sample * lvol; in ymz280b_update()
517 *rdest++ += interp_sample * rvol; in ymz280b_update()
/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
455 lacc.add_int(sampindex, interp_sample * lvol, 32768 * 256); in sound_stream_update()
456 racc.add_int(sampindex, interp_sample * rvol, 32768 * 256); in sound_stream_update()
519 …int interp_sample = ((s32(prev) * (FRAC_ONE - voice->output_pos)) + (s32(curr) * voice->output_pos… in sound_stream_update() local
520 lacc.add_int(sampindex, interp_sample * lvol, 32768 * 256); in sound_stream_update()
521 racc.add_int(sampindex, interp_sample * rvol, 32768 * 256); in sound_stream_update()
/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
455 lacc.add_int(sampindex, interp_sample * lvol, 32768 * 256); in sound_stream_update()
456 racc.add_int(sampindex, interp_sample * rvol, 32768 * 256); in sound_stream_update()
519 …int interp_sample = ((s32(prev) * (FRAC_ONE - voice->output_pos)) + (s32(curr) * voice->output_pos… in sound_stream_update() local
520 lacc.add_int(sampindex, interp_sample * lvol, 32768 * 256); in sound_stream_update()
521 racc.add_int(sampindex, interp_sample * rvol, 32768 * 256); in sound_stream_update()
/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
450 *ldest++ += interp_sample * lvol; in ymz280b_update()
451 *rdest++ += interp_sample * rvol; in ymz280b_update()
514 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
515 *ldest++ += interp_sample * lvol; in ymz280b_update()
516 *rdest++ += interp_sample * rvol; in ymz280b_update()
/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
450 *ldest++ += interp_sample * lvol; in ymz280b_update()
451 *rdest++ += interp_sample * rvol; in ymz280b_update()
514 …int interp_sample = (((INT32)prev * (FRAC_ONE - voice->output_pos)) + ((INT32)curr * voice->output… in ymz280b_update() local
515 *ldest++ += interp_sample * lvol; in ymz280b_update()
516 *rdest++ += interp_sample * rvol; in ymz280b_update()