Home
last modified time | relevance | path

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

/sound/core/oss/
Drate.c71 signed short S1, S2; in resample_expand() local
81 S1 = rchannels->last_S1; in resample_expand()
101 S1 = S2; in resample_expand()
107 val = S1 + ((S2 - S1) * (signed int)pos) / BITS; in resample_expand()
116 rchannels->last_S1 = S1; in resample_expand()
130 signed short S1, S2; in resample_shrink() local
140 S1 = rchannels->last_S1; in resample_shrink()
158 S1 = S2; in resample_shrink()
165 val = S1 + ((S2 - S1) * (signed int)pos) / BITS; in resample_shrink()
176 rchannels->last_S1 = S1; in resample_shrink()