LMMS
Loading...
Searching...
No Matches
lpc.h File Reference
#include "../../codec.h"

Go to the source code of this file.

Functions

float vorbis_lpc_from_data (float *data, float *lpc, int n, int m)
void vorbis_lpc_predict (float *coeff, float *prime, int m, float *data, long n)

Function Documentation

◆ vorbis_lpc_from_data()

float vorbis_lpc_from_data ( float * data,
float * lpc,
int n,
int m )
extern

◆ vorbis_lpc_predict()

void vorbis_lpc_predict ( float * coeff,
float * prime,
int m,
float * data,
long n )
extern