Home
last modified time | relevance | path

Searched refs:_LFO (Results 1 – 17 of 17) sorted by last modified time

/dports/audio/vgmplay/vgmplay-0.40.9_2/chips/
H A Dscsplfo.c13 struct _LFO struct
115 INLINE signed int PLFO_Step(struct _LFO *LFO) in PLFO_Step()
127 INLINE signed int ALFO_Step(struct _LFO *LFO) in ALFO_Step()
139 static void LFO_ComputeStep(struct _LFO *LFO,UINT32 LFOF,UINT32 LFOWS,UINT32 LFOS,int ALFO) in LFO_ComputeStep()
H A Dmultipcm.c73 struct _LFO struct
96 struct _LFO PLFO; //Phase lfo argument
97 struct _LFO ALFO; //AM lfo
303 INLINE signed int PLFO_Step(struct _LFO *LFO) in PLFO_Step()
312 INLINE signed int ALFO_Step(struct _LFO *LFO) in ALFO_Step()
321 static void LFO_ComputeStep(MultiPCM *ptChip,struct _LFO *LFO,UINT32 LFOF,UINT32 LFOS,int ALFO) in LFO_ComputeStep()
H A Dscsp.c149 struct _LFO PLFO; //Phase LFO
150 struct _LFO ALFO; //Amplitude LFO
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dscsplfo.c13 struct _LFO struct
107 static INLINE signed int PLFO_Step(struct _LFO *LFO) in PLFO_Step()
119 static INLINE signed int ALFO_Step(struct _LFO *LFO) in ALFO_Step()
131 void LFO_ComputeStep(struct _LFO *LFO,data32_t LFOF,data32_t LFOWS,data32_t LFOS,int ALFO) in LFO_ComputeStep()
H A Dscsp.c158 struct _LFO PLFO; /*Phase LFO*/
159 struct _LFO ALFO; /*Amplitude LFO*/
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dscsp.c158 struct _LFO PLFO; //Phase LFO
159 struct _LFO ALFO; //Amplitude LFO
H A Dscsplfo.c13 struct _LFO struct
107 static INLINE signed int PLFO_Step(struct _LFO *LFO) in PLFO_Step()
119 static INLINE signed int ALFO_Step(struct _LFO *LFO) in ALFO_Step()
131 void LFO_ComputeStep(struct _LFO *LFO,data32_t LFOF,data32_t LFOWS,data32_t LFOS,int ALFO) in LFO_ComputeStep()
/dports/biology/bbmap/bbmap/resources/
H A Dblacklist_nt_merged.sketch89121 2h8^_LFO
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_ssf/
H A Dscsp.c142 struct _LFO PLFO; //Phase LFO
143 struct _LFO ALFO; //Amplitude LFO
H A Dscsplfo.c13 struct _LFO struct
107 static signed int INLINE PLFO_Step(struct _LFO *LFO) in PLFO_Step()
119 static signed int INLINE ALFO_Step(struct _LFO *LFO) in ALFO_Step()
131 void LFO_ComputeStep(struct _LFO *LFO,UINT32 LFOF,UINT32 LFOWS,UINT32 LFOS,int ALFO) in LFO_ComputeStep()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_dsf/
H A Daica.c124 struct _LFO PLFO; //Phase LFO
125 struct _LFO ALFO; //Amplitude LFO
H A Daicalfo.c12 struct _LFO struct
106 static signed int INLINE AICAPLFO_Step(struct _LFO *LFO) in AICAPLFO_Step()
119 static signed int INLINE AICAALFO_Step(struct _LFO *LFO) in AICAALFO_Step()
131 void AICALFO_ComputeStep(struct _LFO *LFO,UINT32 LFOF,UINT32 LFOWS,UINT32 LFOS,int ALFO) in AICALFO_ComputeStep()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dmultipcm.c72 struct _LFO struct
95 struct _LFO PLFO; //Phase lfo argument
96 struct _LFO ALFO; //AM lfo
298 INLINE signed int PLFO_Step(struct _LFO *LFO) in PLFO_Step()
307 INLINE signed int ALFO_Step(struct _LFO *LFO) in ALFO_Step()
316 static void LFO_ComputeStep(MultiPCM *ptChip,struct _LFO *LFO,UINT32 LFOF,UINT32 LFOS,int ALFO) in LFO_ComputeStep()
H A Dscsplfo.c13 struct _LFO struct
115 INLINE signed int PLFO_Step(struct _LFO *LFO) in PLFO_Step()
127 INLINE signed int ALFO_Step(struct _LFO *LFO) in ALFO_Step()
139 static void LFO_ComputeStep(struct _LFO *LFO,UINT32 LFOF,UINT32 LFOWS,UINT32 LFOS,int ALFO) in LFO_ComputeStep()
H A Dscsp.c150 struct _LFO PLFO; //Phase LFO
151 struct _LFO ALFO; //Amplitude LFO
/dports/textproc/wv/wv-1.2.9/
H A Dwv.h1043 typedef struct _LFO { struct
/dports/audio/rezound/rezound-0.13.1beta/src/backend/DSP/
H A DFlangeEffect.h67 …CDSPFlangeEffect(unsigned _delayTime,float _wetGain,float _dryGain,ALFO *_LFO,unsigned _LFODepth,f… in CDSPFlangeEffect() argument
74 LFO(_LFO), in CDSPFlangeEffect()