webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Macros | Functions
prefilter_FIX.c File Reference
#include "main_FIX.h"
#include "stack_alloc.h"
#include "tuning_parameters.h"

Macros

#define silk_warped_LPC_analysis_filter_FIX(state, res_Q2, coef_Q13, input, lambda_Q16, length, order, arch)   ((void)(arch),silk_warped_LPC_analysis_filter_FIX_c(state, res_Q2, coef_Q13, input, lambda_Q16, length, order))
 

Functions

void silk_warped_LPC_analysis_filter_FIX_c (opus_int32 state[], opus_int32 res_Q2[], const opus_int16 coef_Q13[], const opus_int16 input[], const opus_int16 lambda_Q16, const opus_int length, const opus_int order)
 
void silk_prefilter_FIX (silk_encoder_state_FIX *psEnc, const silk_encoder_control_FIX *psEncCtrl, opus_int32 xw_Q3[], const opus_int16 x[])
 

Macro Definition Documentation

◆ silk_warped_LPC_analysis_filter_FIX

#define silk_warped_LPC_analysis_filter_FIX (   state,
  res_Q2,
  coef_Q13,
  input,
  lambda_Q16,
  length,
  order,
  arch 
)    ((void)(arch),silk_warped_LPC_analysis_filter_FIX_c(state, res_Q2, coef_Q13, input, lambda_Q16, length, order))

Function Documentation

◆ silk_prefilter_FIX()

void silk_prefilter_FIX ( silk_encoder_state_FIX psEnc,
const silk_encoder_control_FIX psEncCtrl,
opus_int32  xw_Q3[],
const opus_int16  x[] 
)

◆ silk_warped_LPC_analysis_filter_FIX_c()

void silk_warped_LPC_analysis_filter_FIX_c ( opus_int32  state[],
opus_int32  res_Q2[],
const opus_int16  coef_Q13[],
const opus_int16  input[],
const opus_int16  lambda_Q16,
const opus_int  length,
const opus_int  order 
)