Home
last modified time | relevance | path

Searched refs:MAX_PITCH (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/reallyslick/rss-glx_0.9.1/src/PixelCity/
H A DCamera.cpp16 #define MAX_PITCH 85 macro
367 angle.x = CLAMP (angle.x, -MAX_PITCH, MAX_PITCH); in CameraUpdate()
/dports/games/iortcw/iortcw-1.51c/MP/code/server/
H A Dsv_wallhack.c316 #define MAX_PITCH 20 macro
330 if (viewangle[PITCH] > MAX_PITCH || viewangle[PITCH] < -1 * MAX_PITCH) in player_in_fov()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/sound/
H A Dds.h21 #define MAX_PITCH 100000 macro
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dadlib.h74 #define MAX_PITCH 0x3fff macro
H A Dadlib.cpp337 if (pitchBend > MAX_PITCH) in SetVoicePitch()
338 pitchBend = MAX_PITCH; in SetVoicePitch()
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/
H A Dasndlib.h94 #define MAX_PITCH 144000 /*!< 144000Hz (more process time for pitch>48000) */ macro
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/sound/
H A Dds.h28 #define MAX_PITCH 100000 macro
H A Dds.cpp1773 if ( pitch > MAX_PITCH ) { in ds_set_pitch()
1774 pitch = MAX_PITCH; in ds_set_pitch()
/dports/graphics/blender/blender-2.91.0/intern/cycles/device/
H A Ddevice_cuda.cpp231 GET_ATTR(MAX_PITCH); in device_cuda_capabilities()
/dports/lang/fpc-source/fpc-3.2.2/packages/libogcfpc/src/
H A Dasndlib.pp41 MAX_PITCH = 144000; (*!< 144000Hz (more process time for pitch>48000) *)
/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp.h188 static const int MAX_PITCH = 127; variable
H A Dimportgtp.cpp1984 if (pitch > MAX_PITCH) { in readNote()
1986 pitch = MAX_PITCH; in readNote()
/dports/x11/xpra/xpra-4.3/xpra/codecs/cuda_common/
H A Dcuda_context.py267 log(" max pitch: %s", device.get_attribute(da.MAX_PITCH))