Searched refs:NEAR_SINE_START_OR_END_SECS (Results 1 – 1 of 1) sorted by relevance
140 NEAR_SINE_START_OR_END_SECS = 0.01 variable466 if ((start_index - rate * NEAR_SINE_START_OR_END_SECS) <= index and467 (index < end_index + rate * NEAR_SINE_START_OR_END_SECS)):