webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
corrMatrix_FLP.c File Reference
#include "main_FLP.h"

Functions

void silk_corrVector_FLP (const silk_float *x, const silk_float *t, const opus_int L, const opus_int Order, silk_float *Xt)
 
void silk_corrMatrix_FLP (const silk_float *x, const opus_int L, const opus_int Order, silk_float *XX)
 

Function Documentation

◆ silk_corrMatrix_FLP()

void silk_corrMatrix_FLP ( const silk_float x,
const opus_int  L,
const opus_int  Order,
silk_float XX 
)

◆ silk_corrVector_FLP()

void silk_corrVector_FLP ( const silk_float x,
const silk_float t,
const opus_int  L,
const opus_int  Order,
silk_float Xt 
)