HomeSort by relevance Sort by last modified time
    Searched refs:octave (Results 1 - 11 of 11) sorted by null

  /bionic/libc/kernel/uapi/sound/
asound_fm.h 56 unsigned char octave; member in struct:snd_dm_fm_note
  /external/kernel-headers/original/uapi/sound/
asound_fm.h 66 * 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
  /external/libvorbis/lib/
psy.h 103 long *octave; /* in n.ocshift format */ member in struct:__anon4301
psy.c 167 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/(8*eighth_octave_lines) x scale and dB y scale *
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 118 int octave, sc; local
123 for( octave = k = 0; octave < params->nOctaves; octave++ )
128 sizeCache[k] = size = 7 << octave; // gaussian scale 1.0;
130 sizeCache[k] = size = (sc*6 + 9) << octave; // gaussian scale size*1.2/9.;
184 for( octave = 0, k = 1; octave < params->nOctaves; octave++, k+=2 )
242 for( octave = k = 0; octave < params->nOctaves; octave++
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.cpp 303 for (int octave = 0; octave < m_numOctaves; ++octave) {
  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 802 int qg, octave; local
803 octave = ec_dec_uint(dec, 6);
804 postfilter_pitch = (16<<octave)+ec_dec_bits(dec, 4+octave)-1;
    [all...]
celt_encoder.c 1039 /* Don't search for the fir last 1.5 octave of the range because
1502 int octave; local
    [all...]
  /external/libopus/celt/
celt_decoder.c 802 int qg, octave; local
803 octave = ec_dec_uint(dec, 6);
804 postfilter_pitch = (16<<octave)+ec_dec_bits(dec, 4+octave)-1;
    [all...]
celt_encoder.c 1039 /* Don't search for the fir last 1.5 octave of the range because
1502 int octave; local
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 408 for (int octave = 0; octave < perlinNoiseShader.fNumOctaves; ++octave) {
    [all...]

Completed in 399 milliseconds