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()
/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()