webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
celt_lpc.c File Reference
#include "celt_lpc.h"
#include "stack_alloc.h"
#include "mathops.h"
#include "pitch.h"

Functions

void _celt_lpc (opus_val16 *_lpc, const opus_val32 *ac, int p)
 
void celt_fir_c (const opus_val16 *_x, const opus_val16 *num, opus_val16 *_y, int N, int ord, opus_val16 *mem, int arch)
 
void celt_iir (const opus_val32 *_x, const opus_val16 *den, opus_val32 *_y, int N, int ord, opus_val16 *mem, int arch)
 
int _celt_autocorr (const opus_val16 *x, opus_val32 *ac, const opus_val16 *window, int overlap, int lag, int n, int arch)
 

Function Documentation

◆ _celt_autocorr()

int _celt_autocorr ( const opus_val16 x,
opus_val32 ac,
const opus_val16 window,
int  overlap,
int  lag,
int  n,
int  arch 
)

◆ _celt_lpc()

void _celt_lpc ( opus_val16 _lpc,
const opus_val32 ac,
int  p 
)

◆ celt_fir_c()

void celt_fir_c ( const opus_val16 _x,
const opus_val16 num,
opus_val16 _y,
int  N,
int  ord,
opus_val16 mem,
int  arch 
)

◆ celt_iir()

void celt_iir ( const opus_val32 _x,
const opus_val16 den,
opus_val32 _y,
int  N,
int  ord,
opus_val16 mem,
int  arch 
)