Searched defs:octave (Results 1 - 14 of 14) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_rtttldata.h64 EAS_U8 octave; /* decault octave prefix */ member in struct:__anon12195
H A Deas_imelodydata.h64 EAS_U8 octave; /* octave prefix */ member in struct:__anon12182
H A Deas_otadata.h72 EAS_U8 octave; /* octave modifier */ member in struct:__anon12185
H A Deas_rtttl.c268 EAS_U8 octave; local
301 octave = pData->octave;
354 /* if a number, must be octave or tempo */
360 /* check for octave first */
363 octave = (EAS_U8) temp;
384 /* octave */
387 if ((result = RTTTL_GetOctave(pEASData->hwInstData, pData, &pData->octave)) != EAS_SUCCESS)
398 /* duration or octave */
411 /* octave come
870 EAS_I32 octave; local
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_rtttldata.h64 EAS_U8 octave; /* decault octave prefix */ member in struct:__anon12245
H A Deas_imelodydata.h64 EAS_U8 octave; /* octave prefix */ member in struct:__anon12232
H A Deas_otadata.h72 EAS_U8 octave; /* octave modifier */ member in struct:__anon12235
H A Deas_rtttl.c268 EAS_U8 octave; local
301 octave = pData->octave;
354 /* if a number, must be octave or tempo */
360 /* check for octave first */
363 octave = (EAS_U8) temp;
384 /* octave */
387 if ((result = RTTTL_GetOctave(pEASData->hwInstData, pData, &pData->octave)) != EAS_SUCCESS)
398 /* duration or octave */
411 /* octave come
870 EAS_I32 octave; local
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_rtttldata.h64 EAS_U8 octave; /* decault octave prefix */ member in struct:__anon12297
H A Deas_imelodydata.h65 EAS_U8 octave; /* octave prefix */ member in struct:__anon12280
H A Deas_otadata.h72 EAS_U8 octave; /* octave modifier */ member in struct:__anon12287
H A Deas_rtttl.c268 EAS_U8 octave; local
301 octave = pData->octave;
354 /* if a number, must be octave or tempo */
360 /* check for octave first */
363 octave = (EAS_U8) temp;
384 /* octave */
387 if ((result = RTTTL_GetOctave(pEASData->hwInstData, pData, &pData->octave)) != EAS_SUCCESS)
398 /* duration or octave */
411 /* octave come
870 EAS_I32 octave; local
[all...]
/external/libvorbis/lib/
H A Dpsy.h103 long *octave; /* in n.ocshift format */ member in struct:__anon8131
/external/opencv/cv/src/
H A Dcvsurf.cpp118 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
[all...]

Completed in 513 milliseconds