BurgerLib
Classes | Typedefs | Functions
pkvorbislpc.h File Reference
#include "brtypes.h"
#include "pkvorbissmallft.h"
Include dependency graph for pkvorbislpc.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  lpc_lookup

Typedefs

typedef struct lpc_lookup lpc_lookup

Functions

float BURGER_API vorbis_lpc_from_data (float *data, float *lpc, int n, int m)
float BURGER_API vorbis_lpc_from_curve (float *curve, float *lpc, lpc_lookup *l)
void BURGER_API lpc_init (lpc_lookup *l, long mapped, int m)
void BURGER_API lpc_clear (lpc_lookup *l)
void BURGER_API vorbis_lpc_predict (float *coeff, float *prime, int m, float *data, long n)

Typedef Documentation

typedef struct lpc_lookup lpc_lookup

Function Documentation

void BURGER_API lpc_init ( lpc_lookup l,
long  mapped,
int  m 
)
float BURGER_API vorbis_lpc_from_curve ( float *  curve,
float *  lpc,
lpc_lookup l 
)
float BURGER_API vorbis_lpc_from_data ( float *  data,
float *  lpc,
int  n,
int  m 
)
void BURGER_API vorbis_lpc_predict ( float *  coeff,
float *  prime,
int  m,
float *  data,
long  n 
)