Searched refs:sineTable (Results 1 - 4 of 4) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_fmtables.c103 // sineTable
108 const EAS_I16 sineTable[2048] = variable
H A Deas_fmengine.c41 extern const EAS_I16 sineTable[];
332 temp = sineTable[phaseTemp >> (32 - SINE_TABLE_SIZE_IN_BITS)];
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_fmtables.c103 // sineTable
108 const EAS_I16 sineTable[2048] = variable
H A Deas_fmengine.c41 extern const EAS_I16 sineTable[];
332 temp = sineTable[phaseTemp >> (32 - SINE_TABLE_SIZE_IN_BITS)];

Completed in 148 milliseconds