Go to the source code of this file.
Classes | |
| class | LogScale |
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) |
| static void stereo16_from_stereopcm8 | ( | register short * | l, | |
| register short * | r, | |||
| register uchar * | c, | |||
| long | cnt | |||
| ) | [inline, static] |
Definition at line 82 of file videovisualdefs.h.
Referenced by VideoVisual::add(), and MainVisual::add().
| static void stereo16_from_stereopcm16 | ( | register short * | l, | |
| register short * | r, | |||
| register short * | s, | |||
| long | cnt | |||
| ) | [inline, static] |
Definition at line 120 of file videovisualdefs.h.
Referenced by VideoVisual::add(), and MainVisual::add().
| static void mono16_from_monopcm8 | ( | register short * | l, | |
| register uchar * | c, | |||
| long | cnt | |||
| ) | [inline, static] |
Definition at line 158 of file videovisualdefs.h.
Referenced by VideoVisual::add(), and MainVisual::add().
| static void mono16_from_monopcm16 | ( | register short * | l, | |
| register short * | s, | |||
| long | cnt | |||
| ) | [inline, static] |
Definition at line 187 of file videovisualdefs.h.
Referenced by VideoVisual::add(), and MainVisual::add().
| static void fast_short_set | ( | register short * | p, | |
| short | v, | |||
| long | c | |||
| ) | [inline, static] |
Definition at line 231 of file videovisualdefs.h.
| static void fast_real_set_from_short | ( | register fftw_real * | d, | |
| register short * | s, | |||
| long | c | |||
| ) | [inline, static] |
Definition at line 255 of file videovisualdefs.h.
Referenced by VideoVisualSpectrum::Draw(), and Spectrum::process().
| static void fast_reals_set | ( | register fftw_real * | p1, | |
| register fftw_real * | p2, | |||
| fftw_real | v, | |||
| long | c | |||
| ) | [inline, static] |
Definition at line 280 of file videovisualdefs.h.
Referenced by VideoVisualSpectrum::Draw(), and Spectrum::process().
1.6.3