Home
last modified time | relevance | path

Searched refs:coefs_Q24 (Results 1 – 1 of 1) sorted by relevance

/external/libopus/silk/fixed/
Dnoise_shape_analysis_FIX.c41 const opus_int32 *coefs_Q24, in warped_gain() argument
49 gain_Q24 = coefs_Q24[ order - 1 ]; in warped_gain()
51 gain_Q24 = silk_SMLAWB( coefs_Q24[ i ], gain_Q24, lambda_Q16 ); in warped_gain()