Searched defs:w (Results 1 – 12 of 12) sorted by relevance
/sof-3.4.0/test/cmocka/src/math/window/ |
D | mfcc_povey.m | 22 w = (0.5 - 0.5 * cos(a * n)) .^ 0.85; variable
|
D | mfcc_blackman.m | 28 w = a0 - a1 * cos(a * n ) + a2 * cos(2 * a * n / win_length); variable
|
/sof-3.4.0/tools/test/audio/test_utils/ |
D | sync_chirp.m | 64 w = hanning(mark.n); variable
|
/sof-3.4.0/tools/tune/eq/ |
D | eq_norm.m | 108 w = zeros(1,nf); variable 109 w = w - linspace(0,att,nf); variable
|
D | eq_define_parametric_eq.m | 90 w = wmap(zw, fs); variable 99 w = wmap(zw, fs); variable 108 w = wmap(zw, fs); variable 117 w = wmap(zw, fs); variable
|
D | gui.m | 28 w = [1 nyquist_f]; variable
|
/sof-3.4.0/tools/tune/dmic/ |
D | dmic_fir.m | 27 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/ |
D | src_get.m | 118 w = [1 dev(1)/dev(2)]; variable
|
/sof-3.4.0/src/include/sof/drivers/ |
D | esai.h | 139 #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/ |
D | tone.c | 81 int32_t w; /* Angle radians Q4.28 */ member 148 int64_t w; in tonegen() local
|
/sof-3.4.0/test/cmocka/src/math/fft/ |
D | fft.c | 254 double w; in get_sine_32() local 614 double w; in get_sine_16() local
|
/sof-3.4.0/src/audio/mfcc/ |
D | mfcc_generic.c | 97 int16_t *w = buf->w_ptr; in mfcc_source_copy_s16() local
|