Home
last modified time | relevance | path

Searched refs:fx (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2/include/revolution/
Daxfx_presets.h36 #define AXFX_PRESET_DELAY_EXP_TYPE1(fx) \ argument
38 (fx)->delay = 80.f; \
39 (fx)->maxDelay = 100.f; \
40 (fx)->feedback = 0.6f; \
41 (fx)->lpf = 1.0f; \
43 (fx)->busIn = NULL; \
44 (fx)->busOut = NULL; \
45 (fx)->outGain = 1.0f; \
46 (fx)->sendGain = 0.0f; \
49 #define AXFX_PRESET_DELAY_EXP_TYPE2(fx) \ argument
[all …]
/RvlSDK-3.2/build/demos/gxdemo/
Dmakefile111 TexGen/tg-light-fx.c TexGen/tg-dual.c \
170 tg-shadow2 tg-shadow3 tg-light-fx tg-dual \
405 $(FULLBIN_ROOT)/tg-light-fx$(BINSUFFIX): TexGen/tg-light-fx.o \
/RvlSDK-3.2/build/libraries/kpadOld/src/
DKPAD.c1628 f32 fx = (f32)sx ; in clamp_stick() local
1634 length = sqrtf( fx * fx + fy * fy ) ; in clamp_stick()
1640 stick->x = fx / length ; in clamp_stick()
1645 stick->x = fx * length ; in clamp_stick()
/RvlSDK-3.2/build/libraries/kpad/src/
DKPAD.c1678 f32 fx = (f32)sx ; in clamp_stick_circle() local
1684 length = sqrtf( fx * fx + fy * fy ) ; in clamp_stick_circle()
1690 stick->x = fx / length ; in clamp_stick_circle()
1695 stick->x = fx * length ; in clamp_stick_circle()