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

  /external/sonivox/arm-fm-22k/lib_src/
eas_fmtables.c 103 // sineTable
108 const EAS_I16 sineTable[2048] =
eas_fmengine.c 41 extern const EAS_I16 sineTable[];
332 temp = sineTable[phaseTemp >> (32 - SINE_TABLE_SIZE_IN_BITS)];
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmtables.c 103 // sineTable
108 const EAS_I16 sineTable[2048] =
eas_fmengine.c 41 extern const EAS_I16 sineTable[];
332 temp = sineTable[phaseTemp >> (32 - SINE_TABLE_SIZE_IN_BITS)];

Completed in 1109 milliseconds