|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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[]) |
| #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)) |
| void silk_prefilter_FIX | ( | silk_encoder_state_FIX * | psEnc, |
| const silk_encoder_control_FIX * | psEncCtrl, | ||
| opus_int32 | xw_Q3[], | ||
| const opus_int16 | x[] | ||
| ) |
| 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 | ||
| ) |
1.8.13