Home
last modified time | relevance | path

Searched defs:w (Results 1 – 12 of 12) sorted by relevance

/sof-3.4.0/test/cmocka/src/math/window/
Dmfcc_povey.m22 w = (0.5 - 0.5 * cos(a * n)) .^ 0.85; variable
Dmfcc_blackman.m28 w = a0 - a1 * cos(a * n ) + a2 * cos(2 * a * n / win_length); variable
/sof-3.4.0/tools/test/audio/test_utils/
Dsync_chirp.m64 w = hanning(mark.n); variable
/sof-3.4.0/tools/tune/eq/
Deq_norm.m108 w = zeros(1,nf); variable
109 w = w - linspace(0,att,nf); variable
Deq_define_parametric_eq.m90 w = wmap(zw, fs); variable
99 w = wmap(zw, fs); variable
108 w = wmap(zw, fs); variable
117 w = wmap(zw, fs); variable
Dgui.m28 w = [1 nyquist_f]; variable
/sof-3.4.0/tools/tune/dmic/
Ddmic_fir.m27 w = 2*pi*f/fs_cic; variable
186 w = w_min; variable
265 w = max(devr)./devr; % Invert and normalize variable
/sof-3.4.0/tools/tune/src/
Dsrc_get.m118 w = [1 dev(1)/dev(2)]; variable
/sof-3.4.0/src/include/sof/drivers/
Desai.h139 #define ESAI_xCR_xSWS_VAL(s, w) ((w) < 24 ? ((s) - (w) + (((w) - 8) >> 2)) \ argument
141 #define ESAI_xCR_xSWS(s, w) SET_BITS(14, 10, ESAI_xCR_xSWS_VAL(s, w)) argument
/sof-3.4.0/src/audio/
Dtone.c81 int32_t w; /* Angle radians Q4.28 */ member
148 int64_t w; in tonegen() local
/sof-3.4.0/test/cmocka/src/math/fft/
Dfft.c254 double w; in get_sine_32() local
614 double w; in get_sine_16() local
/sof-3.4.0/src/audio/mfcc/
Dmfcc_generic.c97 int16_t *w = buf->w_ptr; in mfcc_source_copy_s16() local