doom3-gpl
Doom 3 GPL source release
|
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "os.h"
#include "smallft.h"
#include "lpc.h"
#include "scales.h"
#include "misc.h"
Go to the source code of this file.
Functions | |
float | vorbis_lpc_from_data (float *data, float *lpci, int n, int m) |
void | vorbis_lpc_predict (float *coeff, float *prime, int m, float *data, long n) |