![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <stdio.h>#include <string.h>#include <math.h>#include "../ogg/ogg.h"#include "../vorbis/codec.h"#include "codec_internal.h"#include "registry.h"#include "scales.h"#include "os.h"#include "misc.h"Go to the source code of this file.
Functions | |
| int | vorbis_analysis (vorbis_block *vb, ogg_packet *op) |
| void | _analysis_output_always (char *base, int i, float *v, int n, int bark, int dB, ogg_int64_t off) |
| void | _analysis_output (char *base, int i, float *v, int n, int bark, int dB, ogg_int64_t off) |
Variables | |
| int | analysis_noisy =1 |
Definition at line 103 of file analysis.c.
| void _analysis_output_always | ( | char * | base, |
| int | i, | ||
| float * | v, | ||
| int | n, | ||
| int | bark, | ||
| int | dB, | ||
| ogg_int64_t | off | ||
| ) |
Definition at line 67 of file analysis.c.
| int vorbis_analysis | ( | vorbis_block * | vb, |
| ogg_packet * | op | ||
| ) |
Definition at line 32 of file analysis.c.
| int analysis_noisy =1 |
Definition at line 29 of file analysis.c.
1.8.6.