Searched defs:sth (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/es5conform/
H A Dharness-adapt.js45 sth.call(this, global);
49 // Borrow sth's registerTest method.
50 TestHarness.prototype.registerTest = sth.prototype.registerTest;
54 sth.prototype.run.call(this);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dlattice.c37 float sth[MAX_AR_MODEL_ORDER]; local
52 WebRtcIsac_Dir2Lat(a,orderCoef,sth,cth);
75 f[i][0] = inv_cth[i-1]*(f[i-1][0] + sth[i-1]*stateG[i-1]);
76 g[i][0] = cth[i-1]*stateG[i-1] + sth[i-1]* f[i][0];
84 f[k+1][n+1] = inv_cth[k]*(f[k][n+1] + sth[k]*g[k][n]);
85 g[k+1][n+1] = cth[k]*g[k][n] + sth[k]* f[k+1][n+1];
118 float sth[MAX_AR_MODEL_ORDER]; local
132 WebRtcIsac_Dir2Lat(a,orderCoef,sth,cth);
150 ARf[i][0] = cth[i]*ARf[i+1][0] - sth[i]*stateG[i];
151 ARg[i+1][0] = sth[
188 WebRtcIsac_Dir2Lat(double *a, int orderCoef, float *sth, float *cth) argument
[all...]

Completed in 223 milliseconds