Searched refs:octave (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dasound_fm.h66 * This describes an FM note by its voice, octave, frequency number (10bit)
72 unsigned char octave; /* 3 bits: what octave to play */ member in struct:snd_dm_fm_note
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound_fm.h66 * This describes an FM note by its voice, octave, frequency number (10bit)
72 unsigned char octave; /* 3 bits: what octave to play */ member in struct:snd_dm_fm_note
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexMatlab.cxx225 LexerModule lmOctave(SCLEX_OCTAVE, ColouriseOctaveDoc, "octave", FoldOctaveDoc, octaveWordListDesc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dpsy.h104 long *octave; /* in n.ocshift format */ member in struct:__anon4045
H A Dpsy.c167 could span more than one octave and that the curve will be a
169 bin may span > an eighth of an octave and that the eighth
170 octave values may also be composited. */
172 /* which octave curves will we be compositing? */
281 p->octave=_ogg_malloc(n*sizeof(*p->octave));
325 p->octave[i]=toOC((i+.25f)*.5*rate/n)*(1<<(p->shiftoc+1))+.5f;
365 if(p->octave)_ogg_free(p->octave);
386 /* octave/(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dopl3.c680 int f, octave; local
686 * First try to compute the block -value (octave) where the note belongs
691 octave = 5;
694 octave = 0;
699 octave--;
707 octave++;
712 if (octave > 7)
713 octave = 7;
715 *fnum = freq * (1 << (20 - octave)) / 49716;
716 *block = octave;
[all...]
H A Dsequencer.c1566 int note, octave, note_freq; local
1575 octave = note_num / 12;
1580 if (octave < BASE_OCTAVE)
1581 note_freq >>= (BASE_OCTAVE - octave);
1582 else if (octave > BASE_OCTAVE)
1583 note_freq <<= (octave - BASE_OCTAVE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-prodikeys.c179 /* Output routine for the sysfs octave file */
186 dbg_hid("pcmidi sysfs read octave=%d\n", pk->pm->midi_octave);
192 /* Input routine for the sysfs octave file */
199 int octave = 0; local
201 if (sscanf(buf, "%d", &octave) > 0 &&
202 octave >= PCMIDI_OCTAVE_MIN && octave <= PCMIDI_OCTAVE_MAX) {
203 dbg_hid("pcmidi sysfs write octave=%d\n", octave);
204 pk->pm->midi_octave = octave;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_synth.c423 int note, pitch, octave; local
428 * 0x600 is one octave.
440 octave = pitch / 0x600 - 8;
444 (octave << 4) | ((pitch >> 7) & OPL4_F_NUMBER_HIGH_MASK));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_synth.c433 /* Set octave */
434 reg_val |= (note->octave << 2) & OPL3_BLOCKNUM_MASK;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c1804 int tapset, octave, period; local
1806 octave = opus_rc_unimodel(rc, 6);
1807 period = (16 << octave) + opus_getrawbits(rc, 4 + octave) - 1;

Completed in 196 milliseconds