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