zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lpc.h File Reference
#include "vorbis/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

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

Definition at line 61 of file lpc.c.

References d, e, error, i, j, m, and memset.

Referenced by _preextrapolate_helper(), and vorbis_analysis_wrote().

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

Definition at line 133 of file lpc.c.

References i, j, and m.

Referenced by _preextrapolate_helper(), and vorbis_analysis_wrote().