Home
last modified time | relevance | path

Searched refs:coefs (Results 1 – 4 of 4) 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()
/external/libaom/libaom/av1/encoder/
Drdopt.c3867 DECLARE_ALIGNED(32, tran_low_t, coefs[32 * 32]); in predict_skip_flag()
3885 av1_fwd_txfm(src_diff + col, coefs, bw, &param); in predict_skip_flag()
3887 const uint32_t dc_coef = (((uint32_t)abs(coefs[0])) << 7); in predict_skip_flag()
3890 const uint32_t ac_coef = (((uint32_t)abs(coefs[i])) << 7); in predict_skip_flag()