inlines.h File Reference
Go to the source code of this file.
Functions |
| static void | stereo16_from_stereopcm8 (register short *l, register short *r, register uchar *c, long cnt) |
| static void | stereo16_from_stereopcm16 (register short *l, register short *r, register short *s, long cnt) |
| static void | mono16_from_monopcm8 (register short *l, register uchar *c, long cnt) |
| static void | mono16_from_monopcm16 (register short *l, register short *s, long cnt) |
| static void | fast_short_set (register short *p, short v, long c) |
| static void | fast_real_set_from_short (register fftw_real *d, register short *s, long c) |
| static void | fast_reals_set (register fftw_real *p1, register fftw_real *p2, fftw_real v, long c) |
Function Documentation
| static void stereo16_from_stereopcm8 |
( |
register short * |
l, |
|
|
register short * |
r, |
|
|
register uchar * |
c, |
|
|
long |
cnt | |
|
) |
| | [inline, static] |
| static void stereo16_from_stereopcm16 |
( |
register short * |
l, |
|
|
register short * |
r, |
|
|
register short * |
s, |
|
|
long |
cnt | |
|
) |
| | [inline, static] |
| static void mono16_from_monopcm8 |
( |
register short * |
l, |
|
|
register uchar * |
c, |
|
|
long |
cnt | |
|
) |
| | [inline, static] |
| static void mono16_from_monopcm16 |
( |
register short * |
l, |
|
|
register short * |
s, |
|
|
long |
cnt | |
|
) |
| | [inline, static] |
| static void fast_short_set |
( |
register short * |
p, |
|
|
short |
v, |
|
|
long |
c | |
|
) |
| | [inline, static] |
| static void fast_real_set_from_short |
( |
register fftw_real * |
d, |
|
|
register short * |
s, |
|
|
long |
c | |
|
) |
| | [inline, static] |
| static void fast_reals_set |
( |
register fftw_real * |
p1, |
|
|
register fftw_real * |
p2, |
|
|
fftw_real |
v, |
|
|
long |
c | |
|
) |
| | [inline, static] |