Searched refs:tablePhase (Results 1 – 2 of 2) sorted by relevance
44 const double tablePhase = getIntegerPhase() * mPhaseScaler; in readFrame() local45 const int indexLow = static_cast<int>(floor(tablePhase)); in readFrame()65 const float fraction = tablePhase - indexLow; in readFrame()
55 double tablePhase = getIntegerPhase() * mPhaseScaler; in readFrame() local56 int index1 = static_cast<int>(floor(tablePhase)); in readFrame()74 float fraction = tablePhase - index1; in readFrame()