/third_party/libsnd/m4/ |
D | octave.m4 | 1 dnl Evaluate an expression in octave 5 dnl Stolen from octave-forge 31 AC_ARG_WITH(octave, optwith 32 AC_HELP_STRING([--with-octave], [choose the octave version]), 35 test -z "$with_octave" && with_octave=octave 65 AC_ARG_WITH(octave-config, 66 AC_HELP_STRING([--with-octave-config], [choose the octave-config version]), 69 test -z "$with_octave_config" && with_octave_config=octave-config 87 dnl Check programs and headers required for building octave plugins. 112 AC_MSG_WARN([** Mismatch between versions of octave and mkoctfile. **]) [all …]
|
/third_party/libsnd/docs/ |
D | octave.md | 7 [GNU Octave](http://www.octave.org/) is a high-level interactive language for 47 octave:1 > samplerate = 44100 ; 48 octave:2 > wavedata = sin ((0:1023)*2*pi/1024) ; 49 octave:3 > save sine.mat samplerate wavedata 54 octave:4 > [data fs] = sndfile_load ("sine.mat") ; 55 octave:5 > sndfile_save ("sine2.mat", data, fs) ; 63 octave:6 > sndfile_play (data, fs) ; 68 /usr/local/share/octave/site/m/. 71 [here](http://octave.sourceforge.net/audio/index.html).
|
/third_party/skia/third_party/externals/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()
|
/third_party/ffmpeg/libavcodec/ |
D | opusenc.c | 286 int txval, octave = f->pf_octave, period = f->pf_period, tapset = f->pf_tapset; in celt_enc_quant_pfilter() local 293 txval = FFMIN(octave, 6); in celt_enc_quant_pfilter() 295 octave = txval; in celt_enc_quant_pfilter() 297 txval = av_clip(period - (16 << octave) + 1, 0, (1 << (4 + octave)) - 1); in celt_enc_quant_pfilter() 298 ff_opus_rc_put_raw(rc, period, 4 + octave); in celt_enc_quant_pfilter() 299 period = txval + (16 << octave) - 1; in celt_enc_quant_pfilter()
|
D | opus_celt.c | 244 int tapset, octave, period; in parse_postfilter() local 246 octave = ff_opus_rc_dec_uint(rc, 6); in parse_postfilter() 247 period = (16 << octave) + ff_opus_rc_get_raw(rc, 4 + octave) - 1; in parse_postfilter()
|
/third_party/libsnd/src/ |
D | svx.c | 57 unsigned char octave, compression ; member 176 &(vhdr.samplesPerHiCycle), &(vhdr.samplesPerSec), &(vhdr.octave), &(vhdr.compression), in svx_read_header() 183 psf_log_printf (psf, " Octave : %d\n", vhdr.octave) ; in svx_read_header()
|
/third_party/libsnd/Octave/ |
D | octave_test.sh | 78 (cd $sndfile_oct_location && octave -qH $octave_script)
|
D | Makefile.am | 13 octconfigdir = $(exec_prefix)/share/octave/site/m
|
/third_party/alsa-lib/include/sound/uapi/ |
D | asound_fm.h | 73 unsigned char octave; /* 3 bits: what octave to play */ member
|
/third_party/libsnd/ |
D | libsndfile.spec.in | 49 %{_datadir}/octave/site/m/*
|
D | .gitignore | 128 octave-workspace
|
D | configure.ac | 150 AC_ARG_ENABLE(octave, optenable 151 [AS_HELP_STRING([--enable-octave], [enable building of GNU Octave module])]) 312 dnl Octave maths environment http://www.octave.org/
|
D | Makefile.am | 7 CLEANFILES = programs/*.wav octave-workspace 169 docs/win32.md docs/FAQ.md docs/lists.md docs/embedded_files.md docs/octave.md \
|
D | CMakeLists.txt | 794 docs/octave.md
|
/third_party/skia/src/shaders/ |
D | SkPerlinNoiseShader.cpp | 480 for (int octave = 0; octave < perlinNoiseShader.fNumOctaves; ++octave) { in calculateTurbulenceValueForPoint() local
|
/third_party/flutter/skia/src/shaders/ |
D | SkPerlinNoiseShader.cpp | 541 for (int octave = 0; octave < perlinNoiseShader.fNumOctaves; ++octave) { in calculateTurbulenceValueForPoint() local
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.6.0.rst | 68 1px lines in octave plot aliased to 0
|
/third_party/libsnd/tests/ |
D | utils.tpl | 91 ** can then be loaded into GNU octave for comparison.
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 532 12 dB per octave. 534 24 dB per octave. 536 36 dB per octave. 538 48 dB per octave. 540 60 dB per octave. 542 72 dB per octave. 544 84 dB per octave. 546 96 dB per octave. 548 108 dB per octave. 550 120 dB per octave. [all …]
|
/third_party/libxml2/ |
D | configure.ac | 1099 dnl from octave's configure.in
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-viet.pot | 3362 #. i18n: file data/octave.xml line 18
|
D | mm-viet.out | 3704 #. i18n: file data/octave.xml line 18
|
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/ |
D | vocab.txt | 21818 octave
|
/third_party/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 18254 八度 < octave; 33352 八度 > octave;
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | 2drvb10.txt | 679 6:1. Unto the end, in verses, a psalm for David, for the octave. 681 For the octave. . .That is, to be sung on an instrument of eight 683 resurrection, and the world to come; which is, as it were, the octave, 685 octave, sinners must dispose themselves, like David, by bewailing their 1002 11:1. Unto the end: for the octave, a psalm for David.
|