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

Defines

#define PK_PI   (3.1415926536f)

Functions

void BURGER_API vorbis_lsp_to_curve (float *curve, int *map, int n, int ln, float *lsp, int m, float amp, float ampoffset)
int BURGER_API vorbis_lpc_to_lsp (float *lpc, float *lsp, int m)

Define Documentation

#define PK_PI   (3.1415926536f)

Function Documentation

int BURGER_API vorbis_lpc_to_lsp ( float *  lpc,
float *  lsp,
int  m 
)
void BURGER_API vorbis_lsp_to_curve ( float *  curve,
int *  map,
int  n,
int  ln,
float *  lsp,
int  m,
float  amp,
float  ampoffset 
)