Lines Matching refs:coefs
40 const silk_float *coefs, in warped_gain() argument
48 gain = coefs[ order - 1 ]; in warped_gain()
50 gain = lambda * gain + coefs[ i ]; in warped_gain()
58 silk_float *coefs, in warped_true2monic_coefs() argument
68 coefs[ i - 1 ] -= lambda * coefs[ i ]; in warped_true2monic_coefs()
70 gain = ( 1.0f - lambda * lambda ) / ( 1.0f + lambda * coefs[ 0 ] ); in warped_true2monic_coefs()
72 coefs[ i ] *= gain; in warped_true2monic_coefs()
80 tmp = silk_abs_float( coefs[ i ] ); in warped_true2monic_coefs()
93 coefs[ i - 1 ] += lambda * coefs[ i ]; in warped_true2monic_coefs()
97 coefs[ i ] *= gain; in warped_true2monic_coefs()
102 silk_bwexpander_FLP( coefs, order, chirp ); in warped_true2monic_coefs()
106 coefs[ i - 1 ] -= lambda * coefs[ i ]; in warped_true2monic_coefs()
108 gain = ( 1.0f - lambda * lambda ) / ( 1.0f + lambda * coefs[ 0 ] ); in warped_true2monic_coefs()
110 coefs[ i ] *= gain; in warped_true2monic_coefs()
117 silk_float *coefs, in limit_coefs() argument
128 tmp = silk_abs_float( coefs[ i ] ); in limit_coefs()
141 silk_bwexpander_FLP( coefs, order, chirp ); in limit_coefs()