#include <algorithm>
#include <cmath>
Go to the source code of this file.
|
static void | stereo16_from_stereopcm8 (short *l, short *r, const uchar *c, long cnt) |
|
static void | stereo16_from_stereopcm16 (short *l, short *r, const short *s, long cnt) |
|
static void | mono16_from_monopcm8 (short *l, const uchar *c, long cnt) |
|
static void | mono16_from_monopcm16 (short *l, const short *s, long cnt) |
|
◆ stereo16_from_stereopcm8()
static void stereo16_from_stereopcm8 |
( |
short * |
l, |
|
|
short * |
r, |
|
|
const uchar * |
c, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |
◆ stereo16_from_stereopcm16()
static void stereo16_from_stereopcm16 |
( |
short * |
l, |
|
|
short * |
r, |
|
|
const short * |
s, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |
◆ mono16_from_monopcm8()
static void mono16_from_monopcm8 |
( |
short * |
l, |
|
|
const uchar * |
c, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |
◆ mono16_from_monopcm16()
static void mono16_from_monopcm16 |
( |
short * |
l, |
|
|
const short * |
s, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |