/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_rtttl.c | 273 EAS_U8 octave; in RTTTL_Event() local 306 octave = pData->octave; in RTTTL_Event() 372 octave = (EAS_U8) temp; in RTTTL_Event() 396 … if ((result = RTTTL_GetOctave(pEASData->hwInstData, pData, &pData->octave)) != EAS_SUCCESS) in RTTTL_Event() 423 if ((result = RTTTL_GetOctave(pEASData->hwInstData, pData, &octave)) != EAS_SUCCESS) in RTTTL_Event() 469 pData->note = note + octave; in RTTTL_Event() 898 EAS_I32 octave; in RTTTL_GetOctave() local 901 if ((result = RTTTL_GetNumber(hwInstData, pData, &octave)) != EAS_SUCCESS) in RTTTL_GetOctave() 904 if ((octave < 4) || (octave > 7)) in RTTTL_GetOctave() 907 *pOctave = (EAS_U8) (octave * 12); in RTTTL_GetOctave() [all …]
|
D | eas_rtttldata.h | 65 EAS_U8 octave; /* decault octave prefix */ member
|
D | eas_imelodydata.h | 65 EAS_U8 octave; /* octave prefix */ member
|
D | eas_otadata.h | 72 EAS_U8 octave; /* octave modifier */ member
|
D | eas_ota.c | 515 pData->note += pData->octave; in OTA_Event() 530 pData->octave = (EAS_U8) (temp * 12 + 59); in OTA_Event() 878 pData->octave = 59; in OTA_ParseHeader()
|
D | eas_imelody.c | 495 pData->octave = (EAS_U8) ((c - '0' + 1) * 12); in IMY_Event() 904 pData->note = (EAS_U8) (pData->octave + noteTable[note - 'a'] + pData->noteModifier); in IMY_PlayNote() 1463 pData->octave = 60; in IMY_ParseHeader()
|
/external/python/cpython2/Demo/scripts/ |
D | morse.py | 60 def mkwave(octave): argument 63 val = int(math.sin(math.pi * i * octave / 50.0) * 30000)
|
/external/adhd/scripts/mic_testing/frontend/ |
D | analysis.js | 205 for (var octave = 0; octave <= noctaves; octave++) { 206 var x = octave * width / noctaves + leftMargin; 212 var f = nyquist * Math.pow(2.0, octave - noctaves);
|
/external/python/cpython2/Mac/Demo/sound/ |
D | morselib.py | 141 octave = OCTAVE 144 val = int(sin(2 * pi * i * octave / n) * 0x7fff)
|
D | morse.py | 66 def mkwave(octave): argument 71 val = int(math.sin(2 * math.pi * i * octave / n) * 0x7fff)
|
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
D | MusicKeyboardView.java | 312 int octave = whiteKeyIndex / WHITE_KEY_OFFSETS.length; in xToWhitePitch() local 313 int indexInOctave = whiteKeyIndex - (octave * WHITE_KEY_OFFSETS.length); in xToWhitePitch() 314 int pitch = mLowestPitch + (octave * NOTES_PER_OCTAVE) + in xToWhitePitch()
|
/external/kernel-headers/original/uapi/sound/ |
D | asound_fm.h | 73 unsigned char octave; /* 3 bits: what octave to play */ member
|
/external/adhd/cras/src/dsp/tests/ |
D | plot_fftl.m | 5 % This is an octave script.
|
/external/adhd/scripts/audio_tuning/frontend/ |
D | audio.js | 1858 for (var octave = 0; octave <= noctaves; octave++) { 1859 var x = octave * width / noctaves; 1865 var f = nyquist * Math.pow(2.0, octave - noctaves);
|
/external/libopus/celt/ |
D | celt_decoder.c | 982 int qg, octave; local 983 octave = ec_dec_uint(dec, 6); 984 postfilter_pitch = (16<<octave)+ec_dec_bits(dec, 4+octave)-1;
|
D | celt_encoder.c | 1679 int octave; in celt_encode_with_ec() local 1682 octave = EC_ILOG(pitch_index)-5; in celt_encode_with_ec() 1683 ec_enc_uint(enc, octave, 6); in celt_encode_with_ec() 1684 ec_enc_bits(enc, pitch_index-(16<<octave), 4+octave); in celt_encode_with_ec()
|
/external/skia/src/shaders/ |
D | SkPerlinNoiseShader.cpp | 480 for (int octave = 0; octave < perlinNoiseShader.fNumOctaves; ++octave) { in calculateTurbulenceValueForPoint() local
|
/external/eigen/unsupported/Eigen/ |
D | FFT | 43 * from Matlab/octave. 52 * The downside is that algorithms that worked correctly in Matlab/octave
|
/external/skqp/src/shaders/ |
D | SkPerlinNoiseShader.cpp | 541 for (int octave = 0; octave < perlinNoiseShader.fNumOctaves; ++octave) { in calculateTurbulenceValueForPoint() local
|
/external/mesa3d/docs/relnotes/ |
D | 10.6.0.rst | 68 1px lines in octave plot aliased to 0
|
/external/libxml2/ |
D | configure.ac | 1124 dnl from octave's configure.in
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 21818 octave
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 18254 八度 < octave; 33352 八度 > octave;
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|