Searched refs:GIT_SPLINE (Results 1 – 2 of 2) sorted by relevance
161 typedef enum { GIT_SPLINE = 0, GIT_LINEAR = 1 } GAIN_INTERPOLATION_TYPE; enumerator
296 if (gainInterpolationType == GIT_SPLINE) { in _decodeSlopes()