Home
last modified time | relevance | path

Searched refs:octave (Results 1 – 25 of 27) sorted by relevance

12

/external/sonivox/arm-wt-22k/lib_src/
Deas_rtttl.c273 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 …]
Deas_rtttldata.h65 EAS_U8 octave; /* decault octave prefix */ member
Deas_imelodydata.h65 EAS_U8 octave; /* octave prefix */ member
Deas_otadata.h72 EAS_U8 octave; /* octave modifier */ member
Deas_ota.c515 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()
Deas_imelody.c495 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/
Dmorse.py60 def mkwave(octave): argument
63 val = int(math.sin(math.pi * i * octave / 50.0) * 30000)
/external/adhd/scripts/mic_testing/frontend/
Danalysis.js205 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/
Dmorselib.py141 octave = OCTAVE
144 val = int(sin(2 * pi * i * octave / n) * 0x7fff)
Dmorse.py66 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/
DMusicKeyboardView.java312 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/
Dasound_fm.h73 unsigned char octave; /* 3 bits: what octave to play */ member
/external/adhd/cras/src/dsp/tests/
Dplot_fftl.m5 % This is an octave script.
/external/adhd/scripts/audio_tuning/frontend/
Daudio.js1858 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/
Dcelt_decoder.c982 int qg, octave; local
983 octave = ec_dec_uint(dec, 6);
984 postfilter_pitch = (16<<octave)+ec_dec_bits(dec, 4+octave)-1;
Dcelt_encoder.c1679 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/
DSkPerlinNoiseShader.cpp480 for (int octave = 0; octave < perlinNoiseShader.fNumOctaves; ++octave) { in calculateTurbulenceValueForPoint() local
/external/eigen/unsupported/Eigen/
DFFT43 * from Matlab/octave.
52 * The downside is that algorithms that worked correctly in Matlab/octave
/external/skqp/src/shaders/
DSkPerlinNoiseShader.cpp541 for (int octave = 0; octave < perlinNoiseShader.fNumOctaves; ++octave) { in calculateTurbulenceValueForPoint() local
/external/mesa3d/docs/relnotes/
D10.6.0.rst68 1px lines in octave plot aliased to 0
/external/libxml2/
Dconfigure.ac1124 dnl from octave's configure.in
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt21818 octave
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt18254 八度 < octave;
33352 八度 > octave;
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz

12