Home | History | Annotate | Download | only in silk

Lines Matching refs:a_Q16

263 /* If not all roots are found, the a_Q16 coefficients are bandwidth expanded until convergence. */
266 opus_int32 *a_Q16, /* I/O Monic whitening filter coefficients in Q16 [d] */
314 opus_int32 A_Q16[], /* O Prediction coefficients (length order) */
587 #define silk_burg_modified(res_nrg, res_nrg_Q, A_Q16, x, minInvGain_Q30, subfr_length, nb_subfr, D, arch) \
588 ((void)(arch), silk_burg_modified_c(res_nrg, res_nrg_Q, A_Q16, x, minInvGain_Q30, subfr_length, nb_subfr, D, arch))