webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
filterbanks.c File Reference
#include "settings.h"
#include "filterbank_tables.h"
#include "codec.h"

Functions

void WebRtcIsac_SplitAndFilterFloat (float *pin, float *LP, float *HP, double *LP_la, double *HP_la, PreFiltBankstr *prefiltdata)
 
void WebRtcIsac_FilterAndCombineFloat (float *InLP, float *InHP, float *Out, PostFiltBankstr *postfiltdata)
 

Function Documentation

◆ WebRtcIsac_FilterAndCombineFloat()

void WebRtcIsac_FilterAndCombineFloat ( float *  InLP,
float *  InHP,
float *  Out,
PostFiltBankstr postfiltdata 
)

◆ WebRtcIsac_SplitAndFilterFloat()

void WebRtcIsac_SplitAndFilterFloat ( float *  pin,
float *  LP,
float *  HP,
double *  LP_la,
double *  HP_la,
PreFiltBankstr prefiltdata 
)