Home
last modified time | relevance | path

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

/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dsaturator.c9 static void bilinear_transform(SPFLOAT acoefs[], SPFLOAT dcoefs[], SPFLOAT fs)
28 dcoefs[0] = bz0; dcoefs[1] = bz1; dcoefs[2] = bz2;
29 dcoefs[3] = az1; dcoefs[4] = az2; in sp_rspline_destroy()
/dports/audio/festival/festival/src/modules/UniSyn_diphone/
H A Dus_diphone_unit.cc151 EST_Track full_coefs, dcoefs, *coefs; in load_separate_diphone() local
176 full_coefs.sub_track(dcoefs, pm_start, pm_end - pm_start + 1, 0, EST_ALL); in load_separate_diphone()
178 coefs = new EST_Track(dcoefs); in load_separate_diphone()
179 for (int j = 0; j < dcoefs.num_frames(); ++j) in load_separate_diphone()
180 coefs->t(j) = dcoefs.t(j) - full_coefs.t(Gof((pm_start - 1), 0)); in load_separate_diphone()
/dports/math/octave-forge-nurbs/nurbs-1.4.3/inst/
H A Dnrbderiv.m95 % dcoefs = reshape (dcoefs,4*num2*num3,num1);
96 % [dcoefs,dknots{1}] = bspderiv (degree(1),dcoefs,nurbs.knots{1});
97 % dcoefs = permute (reshape (dcoefs,[4 num2 num3 size(dcoefs,2)]),[1 4 2 3]);
130 % dcoefs = reshape (dcoefs,4*num1*num3,num2);
132 % dcoefs = permute (reshape (dcoefs,[4 num1 num3 size(dcoefs,2)]),[1 2 4 3]);
157 % dcoefs = reshape (dcoefs,[4 num1 num2 size(dcoefs,2)]);
177 % dcoefs = reshape (dcoefs,4*num2,num1);
179 % dcoefs = permute (reshape (dcoefs,[4 num2 size(dcoefs,2)]),[1 3 2]);
204 % dcoefs = reshape (dcoefs,[4 num1 size(dcoefs,2)]);
255 dcoefs = reshape (dcoefs, [4 num(vec_reshape) num(idim)-1]); variable
[all …]