Home
last modified time | relevance | path

Searched refs:chunk_new_with_ramp (Results 1 – 1 of 1) sorted by relevance

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dchunk.c1672 Chunk *chunk_new_with_ramp(Dataformat *format, off_t length, in chunk_new_with_ramp() function
1758 return chunk_new_with_ramp(&(chunk->format),chunk->length,startval, in chunk_interpolate_endpoints()
1761 start = chunk_new_with_ramp(&(chunk->format),i,startval,zeroval, in chunk_interpolate_endpoints()
1764 end = chunk_new_with_ramp(&(chunk->format),i,zeroval,endval, in chunk_interpolate_endpoints()