|
LMMS
|
#include <stdlib.h>#include <string.h>#include <stdio.h>#include <math.h>#include "../../ogg.h"#include "../../codec.h"#include "codec_internal.h"#include "os.h"#include "scales.h"#include "envelope.h"#include "mdct.h"#include "misc.h"Functions | |
| void | _ve_envelope_init (envelope_lookup *e, vorbis_info *vi) |
| void | _ve_envelope_clear (envelope_lookup *e) |
| static int | _ve_amp (envelope_lookup *ve, vorbis_info_psy_global *gi, float *data, envelope_band *bands, envelope_filter_state *filters) |
| long | _ve_envelope_search (vorbis_dsp_state *v) |
| int | _ve_envelope_mark (vorbis_dsp_state *v) |
| void | _ve_envelope_shift (envelope_lookup *e, long shift) |
|
static |
| void _ve_envelope_clear | ( | envelope_lookup * | e | ) |
| void _ve_envelope_init | ( | envelope_lookup * | e, |
| vorbis_info * | vi ) |
| int _ve_envelope_mark | ( | vorbis_dsp_state * | v | ) |
| long _ve_envelope_search | ( | vorbis_dsp_state * | v | ) |
| void _ve_envelope_shift | ( | envelope_lookup * | e, |
| long | shift ) |