/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/fractal/ |
FractalSum.java | 38 * FractalSum is the simplest form of fractal functions summing up a few octaves
57 private float octaves;
field in class:FractalSum 87 return this.octaves;
91 public Fractal setOctaves(final float octaves) {
92 this.octaves = octaves;
93 this.maxFreq = 1 << (int) octaves;
|
Fractal.java | 45 public Fractal setOctaves(final float octaves);
|
/frameworks/av/media/libeffects/testlibs/ |
AudioPeakingFilter.cpp | 29 // freq - peak frequency, in octaves below Nyquist,from -9 to -1. 104 // Half bandwidth, in octaves, 15-bit precision
|
AudioShelvingFilter.cpp | 29 // freq - cutoff frequency, in octaves below Nyquist,from -10 to -6 in low
|
EffectsMath.h | 33 where x is a int.frac number representing number of octaves. 240 the 2^x approximation converts its input from cents to octaves
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
NoiseGenerator.java | 357 for (int i = 0; i < (int) musgraveData.octaves; ++i) {
364 rmd = (float) (musgraveData.octaves - Math.floor(musgraveData.octaves));
389 for (int i = 1; i < (int) musgraveData.octaves; ++i) {
426 for (int i = 1; weight > 0.001f && i < (int) musgraveData.octaves; ++i) {
439 rmd = musgraveData.octaves - (float) Math.floor(musgraveData.octaves);
457 for (int i = 0; i < (int) musgraveData.octaves; ++i) {
465 rmd = (float) (musgraveData.octaves - Math.floor(musgraveData.octaves));
[all...] |
TextureGeneratorMusgrave.java | 121 public final float octaves; field in class:TextureGeneratorMusgrave.MusgraveData 131 octaves = ((Number) tex.getFieldValue("mg_octaves")).floatValue();
|
/external/webkit/Source/WebCore/webaudio/ |
AudioPannerNode.cpp | 262 // Limit the pitch shifting to 4 octaves up and 3 octaves down.
|
/external/libvpx/examples/includes/geshi/geshi/ |
povray.php | 62 'off', 'octaves', 'number_of_waves', 'noise_generator', 'no_shadow', 'no_reflection', 'no_image', 'no_bump_scale',
|
/packages/wallpapers/Basic/src/com/android/wallpaper/grass/ |
grass.rs | 199 static float turbulencef2(float x, float y, float octaves) 203 for (float f = 1.0f; f <= octaves; f *= 2)
|
/external/aac/libSBRdec/src/ |
sbrdec_freq_sca.cpp | 567 If SBR spans more than 2 octaves, the upper part of a bark-frequency-scale 765 /* Fetch number of octaves divided by 32 */
|
transcendent.h | 97 \brief Get number of octaves between frequencies a and b
|
env_calc.cpp | [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_math.h | 42 where x is a int.frac number representing number of octaves. 249 the 2^x approximation converts its input from cents to octaves
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_math.h | 42 where x is a int.frac number representing number of octaves. 249 the 2^x approximation converts its input from cents to octaves
|
eas_wtsynth.c | [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_math.h | 42 where x is a int.frac number representing number of octaves. 249 the 2^x approximation converts its input from cents to octaves
|
eas_wtsynth.c | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
emu10k1.h | 535 /* Signed 2's complement, +/- six octaves peak extremes */ [all...] |