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

  /external/sonivox/arm-fm-22k/lib_src/
eas_fmtables.c 43 const EAS_I16 fmControlTable[128] =
eas_fmsynth.c 86 extern const EAS_I16 fmControlTable[128];
451 temp = (EAS_I32) fmControlTable[pVoice->velocity];
523 temp = fmControlTable[pChannel->volume];
526 temp += fmControlTable[pChannel->expression];
585 pFMVoice->lfoPhase = pFMVoice->lfoPhase + (EAS_U16) (-fmControlTable[((15 - (pRegion->lfoFreqDelay >> 4)) << 3) + 4]);
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmtables.c 43 const EAS_I16 fmControlTable[128] =
eas_fmsynth.c 86 extern const EAS_I16 fmControlTable[128];
451 temp = (EAS_I32) fmControlTable[pVoice->velocity];
523 temp = fmControlTable[pChannel->volume];
526 temp += fmControlTable[pChannel->expression];
585 pFMVoice->lfoPhase = pFMVoice->lfoPhase + (EAS_U16) (-fmControlTable[((15 - (pRegion->lfoFreqDelay >> 4)) << 3) + 4]);

Completed in 1356 milliseconds