Searched refs:CURVE_FREQUENCY_MIN (Results 1 – 2 of 2) sorted by relevance
43 constexpr int32_t CURVE_FREQUENCY_MIN = -100; variable237 if (point.frequency < CURVE_FREQUENCY_MIN || point.frequency > CURVE_FREQUENCY_MAX) { in ParseCurve()
47 constexpr int32_t CURVE_FREQUENCY_MIN = -100; variable265 if ((point.frequency < CURVE_FREQUENCY_MIN) || (point.frequency > CURVE_FREQUENCY_MAX)) { in ParseCurve()