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

Functions

void silk_A2NLSF_FLP (opus_int16 *NLSF_Q15, const silk_float *pAR, const opus_int LPC_order)
 
void silk_NLSF2A_FLP (silk_float *pAR, const opus_int16 *NLSF_Q15, const opus_int LPC_order)
 
void silk_process_NLSFs_FLP (silk_encoder_state *psEncC, silk_float PredCoef[2][MAX_LPC_ORDER], opus_int16 NLSF_Q15[MAX_LPC_ORDER], const opus_int16 prev_NLSF_Q15[MAX_LPC_ORDER])
 
void silk_NSQ_wrapper_FLP (silk_encoder_state_FLP *psEnc, silk_encoder_control_FLP *psEncCtrl, SideInfoIndices *psIndices, silk_nsq_state *psNSQ, opus_int8 pulses[], const silk_float x[])
 
void silk_quant_LTP_gains_FLP (silk_float B[MAX_NB_SUBFR *LTP_ORDER], opus_int8 cbk_index[MAX_NB_SUBFR], opus_int8 *periodicity_index, opus_int32 *sum_log_gain_Q7, const silk_float W[MAX_NB_SUBFR *LTP_ORDER *LTP_ORDER], const opus_int mu_Q10, const opus_int lowComplexity, const opus_int nb_subfr, int arch)
 

Function Documentation

◆ silk_A2NLSF_FLP()

void silk_A2NLSF_FLP ( opus_int16 NLSF_Q15,
const silk_float pAR,
const opus_int  LPC_order 
)

◆ silk_NLSF2A_FLP()

void silk_NLSF2A_FLP ( silk_float pAR,
const opus_int16 NLSF_Q15,
const opus_int  LPC_order 
)

◆ silk_NSQ_wrapper_FLP()

void silk_NSQ_wrapper_FLP ( silk_encoder_state_FLP psEnc,
silk_encoder_control_FLP psEncCtrl,
SideInfoIndices psIndices,
silk_nsq_state psNSQ,
opus_int8  pulses[],
const silk_float  x[] 
)

◆ silk_process_NLSFs_FLP()

void silk_process_NLSFs_FLP ( silk_encoder_state psEncC,
silk_float  PredCoef[2][MAX_LPC_ORDER],
opus_int16  NLSF_Q15[MAX_LPC_ORDER],
const opus_int16  prev_NLSF_Q15[MAX_LPC_ORDER] 
)

◆ silk_quant_LTP_gains_FLP()

void silk_quant_LTP_gains_FLP ( silk_float  B[MAX_NB_SUBFR *LTP_ORDER],
opus_int8  cbk_index[MAX_NB_SUBFR],
opus_int8 periodicity_index,
opus_int32 sum_log_gain_Q7,
const silk_float  W[MAX_NB_SUBFR *LTP_ORDER *LTP_ORDER],
const opus_int  mu_Q10,
const opus_int  lowComplexity,
const opus_int  nb_subfr,
int  arch 
)