openshot-audio
0.1.6
|
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "lsp.h"
#include "os.h"
#include "misc.h"
#include "lookup.h"
#include "scales.h"
Macros | |
#define | EPSILON 10e-7 |
Functions | |
void | vorbis_lsp_to_curve (float *curve, int *map, int n, int ln, float *lsp, int m, float amp, float ampoffset) |
int | vorbis_lpc_to_lsp (float *lpc, float *lsp, int m) |
#define EPSILON 10e-7 |
int vorbis_lpc_to_lsp | ( | float * | lpc, |
float * | lsp, | ||
int | m | ||
) |
void vorbis_lsp_to_curve | ( | float * | curve, |
int * | map, | ||
int | n, | ||
int | ln, | ||
float * | lsp, | ||
int | m, | ||
float | amp, | ||
float | ampoffset | ||
) |