Home
last modified time | relevance | path

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

/dports/audio/snd/snd-21.2/
H A Dsnd-1.h977 bool scale_channel_with_origin(chan_info *cp, mus_float_t scl, mus_long_t beg, mus_long_t num, int …
H A Dsnd-edits.c4422 bool scale_channel_with_origin(chan_info *cp, mus_float_t scl, mus_long_t beg, mus_long_t num, int … in scale_channel_with_origin() function
4607 return(scale_channel_with_origin(cp, scl, beg, num, pos, in_as_one_edit, NULL)); in scale_channel()
7628 scale_channel_with_origin(cp, norm / cur_max, samp, samps, pos, NOT_IN_AS_ONE_EDIT, origin); in g_normalize_channel()
H A Dsnd-sig.c602scale_channel_with_origin(ncp, scalers[i], beg, framples, ncp->edit_ctr, NOT_IN_AS_ONE_EDIT, origi… in scale_to()