Searched refs:indexReference (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
116 * indexReference: the circular buffer relative offset
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
188 * indexReference: the circular buffer relative offset
197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) argument
210 //adjust whole part by indexReference
211 index = indexReference - index;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_chorusdata.h111 * first convert indexDesired to actual desired index by taking into account indexReference
116 * indexReference: the circular buffer relative offset
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
188 * indexReference: the circular buffer relative offset
197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) argument
210 //adjust whole part by indexReference
211 index = indexReference - index;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_chorusdata.h111 * first convert indexDesired to actual desired index by taking into account indexReference
116 * indexReference: the circular buffer relative offset
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
188 * indexReference: the circular buffer relative offset
197 static EAS_I16 WeightedTap(const EAS_I16 *array, EAS_I16 indexReference, EAS_I32 indexDesired, EAS_I16 indexLimit) argument
210 //adjust whole part by indexReference
211 index = indexReference - index;

Completed in 56 milliseconds