Home
last modified time | relevance | path

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

/external/libopus/silk/float/
Dnoise_shape_analysis_FLP.c40 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()
[all …]
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_mips.c86 int32_t hann, hann1, coefs; in WindowAndFFT() local
149 [hann1] "=&r" (hann1), [shift1] "=&r" (shift1), [coefs] "=&r" (coefs), in WindowAndFFT()
/external/dng_sdk/source/
Ddng_lens_correction.cpp470 const dng_vector &coefs = fRadParams [plane]; in MaxSrcRadiusGap() local
472 const real64 k3 = coefs [1]; in MaxSrcRadiusGap()
473 const real64 k5 = coefs [2]; in MaxSrcRadiusGap()
474 const real64 k7 = coefs [3]; in MaxSrcRadiusGap()