doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lsp.h File Reference

Go to the source code of this file.

Functions

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)
 

Function Documentation

int vorbis_lpc_to_lsp ( float lpc,
float lsp,
int  m 
)

Definition at line 404 of file lsp.c.

void vorbis_lsp_to_curve ( float curve,
int map,
int  n,
int  ln,
float lsp,
int  m,
float  amp,
float  ampoffset 
)

Definition at line 64 of file lsp.c.