Searched refs:indexDesired (Results 1 - 6 of 6) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_chorusdata.h111 * first convert indexDesired to actual desired index by taking into account indexReference
117 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
125 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit);
H A Deas_chorus.c183 * first convert indexDesired to actual desired index by taking into account indexReference
189 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) argument
204 //separate indexDesired into whole and fractional parts
206 index = (EAS_I16)(indexDesired >> 16);
208 fraction = (EAS_I16)((indexDesired>>1) & 0x07FFF); //just use 15 bits of fractional part
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_chorusdata.h111 * first convert indexDesired to actual desired index by taking into account indexReference
117 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
125 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit);
H A Deas_chorus.c183 * first convert indexDesired to actual desired index by taking into account indexReference
189 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) argument
204 //separate indexDesired into whole and fractional parts
206 index = (EAS_I16)(indexDesired >> 16);
208 fraction = (EAS_I16)((indexDesired>>1) & 0x07FFF); //just use 15 bits of fractional part
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_chorusdata.h111 * first convert indexDesired to actual desired index by taking into account indexReference
117 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
125 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit);
H A Deas_chorus.c183 * first convert indexDesired to actual desired index by taking into account indexReference
189 * indexDesired: the fractional index we are looking up (16 bits index + 16 bits fraction)
197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) argument
204 //separate indexDesired into whole and fractional parts
206 index = (EAS_I16)(indexDesired >> 16);
208 fraction = (EAS_I16)((indexDesired>>1) & 0x07FFF); //just use 15 bits of fractional part

Completed in 45 milliseconds