MCPcopy Create free account
hub / github.com/audacity/audacity / imax

Function imax

libraries/lib-math/InterpolateAudio.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25static inline int imax(int x, int y)
26{
27 return x>y? x: y;
28}
29
30// This function is a really dumb, simple way to interpolate audio,
31// if the more general InterpolateAudio function below doesn't have

Callers 1

InterpolateAudioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected