Home
last modified time | relevance | path

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

/external/libopus/silk/fixed/
Dnoise_shape_analysis_FIX.c67 opus_int32 tmp, maxabs_Q24, chirp_Q16, gain_syn_Q16, gain_ana_Q16; in limit_warped_coefs() local
79 gain_syn_Q16 = silk_DIV32_varQ( nom_Q16, den_Q24, 24 ); in limit_warped_coefs()
83 coefs_syn_Q24[ i ] = silk_SMULWW( gain_syn_Q16, coefs_syn_Q24[ i ] ); in limit_warped_coefs()
107 gain_syn_Q16 = silk_INVERSE32_varQ( gain_syn_Q16, 32 ); in limit_warped_coefs()
110 coefs_syn_Q24[ i ] = silk_SMULWW( gain_syn_Q16, coefs_syn_Q24[ i ] ); in limit_warped_coefs()
130 gain_syn_Q16 = silk_DIV32_varQ( nom_Q16, den_Q24, 24 ); in limit_warped_coefs()
134 coefs_syn_Q24[ i ] = silk_SMULWW( gain_syn_Q16, coefs_syn_Q24[ i ] ); in limit_warped_coefs()