Searched refs:cth2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dlattice.c196 float tmp_inv, cth2; local
199 cth2 = 1.0f - sth[orderCoef-1] * sth[orderCoef-1];
200 cth[orderCoef-1] = (float)sqrt(cth2);
203 tmp_inv = 1.0f / cth2;
215 cth2 = 1 - sth[m-1] * sth[m-1];
216 cth[m-1] = (float)sqrt(cth2);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dlattice.c195 float tmp_inv, cth2; local
198 cth2 = 1.0f - sth[orderCoef-1] * sth[orderCoef-1];
199 cth[orderCoef-1] = (float)sqrt(cth2);
202 tmp_inv = 1.0f / cth2;
214 cth2 = 1 - sth[m-1] * sth[m-1];
215 cth[m-1] = (float)sqrt(cth2);

Completed in 250 milliseconds