Home
last modified time | relevance | path

Searched refs:CALC_FIR_ (Results 1 – 6 of 6) sorted by relevance

/dports/audio/libgme/game-music-emu-0.6.1/gme/
H A DSpc_Dsp.cpp570 #define CALC_FIR_( i, in ) ((in) * (int8_t) REG(fir + i * 0x10)) in run() macro
571 echo_in_l = CALC_FIR_( 7, echo_in_l ); in run()
572 echo_in_r = CALC_FIR_( 7, echo_in_r ); in run()
574 #define CALC_FIR( i, ch ) CALC_FIR_( i, echo_hist_pos [i + 1] [ch] ) in run()
/dports/games/zdoom/zdoom-2.8.1/game-music-emu/gme/
H A DSpc_Dsp.cpp570 #define CALC_FIR_( i, in ) ((in) * (int8_t) REG(fir + i * 0x10)) in run() macro
571 echo_in_l = CALC_FIR_( 7, echo_in_l ); in run()
572 echo_in_r = CALC_FIR_( 7, echo_in_r ); in run()
574 #define CALC_FIR( i, ch ) CALC_FIR_( i, echo_hist_pos [i + 1] [ch] ) in run()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/third_party/snes_spc/
H A DSPC_DSP.cpp570 #define CALC_FIR_( i, in ) ((in) * (int8_t) REG(fir + i * 0x10)) in run() macro
571 echo_in_l = CALC_FIR_( 7, echo_in_l ); in run()
572 echo_in_r = CALC_FIR_( 7, echo_in_r ); in run()
574 #define CALC_FIR( i, ch ) CALC_FIR_( i, echo_hist_pos [i + 1] [ch] ) in run()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/gme/gme/
H A DSpc_Dsp.cpp570 #define CALC_FIR_( i, in ) ((in) * (int8_t) REG(fir + i * 0x10)) in run() macro
571 echo_in_l = CALC_FIR_( 7, echo_in_l ); in run()
572 echo_in_r = CALC_FIR_( 7, echo_in_r ); in run()
574 #define CALC_FIR( i, ch ) CALC_FIR_( i, echo_hist_pos [i + 1] [ch] ) in run()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DSpc_Dsp.cc570 #define CALC_FIR_( i, in ) ((in) * (int8_t) REG(fir + i * 0x10)) in run() macro
571 echo_in_l = CALC_FIR_( 7, echo_in_l ); in run()
572 echo_in_r = CALC_FIR_( 7, echo_in_r ); in run()
574 #define CALC_FIR( i, ch ) CALC_FIR_( i, echo_hist_pos [i + 1] [ch] ) in run()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/game-music-emu/gme/
H A DSpc_Dsp.cpp571 #define CALC_FIR_( i, in ) ((in) * (int8_t) REG(fir + i * 0x10)) in run() macro
572 echo_in_l = CALC_FIR_( 7, echo_in_l ); in run()
573 echo_in_r = CALC_FIR_( 7, echo_in_r ); in run()
575 #define CALC_FIR( i, ch ) CALC_FIR_( i, echo_hist_pos [i + 1] [ch] ) in run()