Home
last modified time | relevance | path

Searched refs:fm_time_bits (Results 1 – 16 of 16) sorted by relevance

/dports/audio/libgme/game-music-emu-0.6.1/gme/
H A DVgm_Emu_Impl.cpp95 return (t * fm_time_factor + fm_time_offset) >> fm_time_bits; in to_fm_time()
242 int vgm_time = ((long) min_pairs << fm_time_bits) / fm_time_factor - 1; in play_frame()
264 ((long) pairs << fm_time_bits); in play_frame()
H A DVgm_Emu_Impl.h35 enum { fm_time_bits = 12 }; enumerator
H A DVgm_Emu.cpp226 fm_time_factor = 2 + (long) floor( fm_rate * (1L << fm_time_bits) / vgm_rate + 0.5 ); in set_tempo_()
/dports/games/zdoom/zdoom-2.8.1/game-music-emu/gme/
H A DVgm_Emu_Impl.cpp95 return (t * fm_time_factor + fm_time_offset) >> fm_time_bits; in to_fm_time()
242 int vgm_time = ((long) min_pairs << fm_time_bits) / fm_time_factor - 1; in play_frame()
264 ((long) pairs << fm_time_bits); in play_frame()
H A DVgm_Emu_Impl.h35 enum { fm_time_bits = 12 }; enumerator
H A DVgm_Emu.cpp226 fm_time_factor = 2 + (long) floor( fm_rate * (1L << fm_time_bits) / vgm_rate + 0.5 ); in set_tempo_()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/gme/gme/
H A DVgm_Emu_Impl.cpp95 return (t * fm_time_factor + fm_time_offset) >> fm_time_bits; in to_fm_time()
242 int vgm_time = ((long) min_pairs << fm_time_bits) / fm_time_factor - 1; in play_frame()
264 ((long) pairs << fm_time_bits); in play_frame()
H A DVgm_Emu_Impl.h35 enum { fm_time_bits = 12 }; enumerator
H A DVgm_Emu.cpp226 fm_time_factor = 2 + (long) floor( fm_rate * (1L << fm_time_bits) / vgm_rate + 0.5 ); in set_tempo_()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DVgm_Emu_Impl.cc95 return (t * fm_time_factor + fm_time_offset) >> fm_time_bits; in to_fm_time()
242 int vgm_time = ((long) min_pairs << fm_time_bits) / fm_time_factor - 1; in play_frame()
264 ((long) pairs << fm_time_bits); in play_frame()
H A DVgm_Emu_Impl.h35 enum { fm_time_bits = 12 }; enumerator
H A DVgm_Emu.cc227 fm_time_factor = 2 + (long) floor( fm_rate * (1L << fm_time_bits) / vgm_rate + 0.5 ); in set_tempo_()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/game-music-emu/gme/
H A DVgm_Emu_Impl.cpp95 return (t * fm_time_factor + fm_time_offset) >> fm_time_bits; in to_fm_time()
242 int vgm_time = ((long) min_pairs << fm_time_bits) / fm_time_factor - 1; in play_frame()
264 ((long) pairs << fm_time_bits); in play_frame()
H A DVgm_Emu_Impl.h35 enum { fm_time_bits = 12 }; enumerator
H A DVgm_Emu.cpp226 fm_time_factor = 2 + (long) floor( fm_rate * (1L << fm_time_bits) / vgm_rate + 0.5 ); in set_tempo_()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A DVgm_Core.cpp27 int const fm_time_bits = 12; variable
775 fm_time_factor = 2 + (int) (fm_rate * (1 << fm_time_bits) / vgm_rate + 0.5); in set_tempo()
1535 return (t * fm_time_factor + fm_time_offset) >> fm_time_bits; in to_fm_time()
2118 int vgm_time = (min_pairs << fm_time_bits) / fm_time_factor - 1; in play_frame()
2278 fm_time_offset = (vgm_time * fm_time_factor + fm_time_offset) - (pairs << fm_time_bits); in play_frame()