Searched refs:tsum (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/speech/endpointer/
H A Denergy_endpointer.cc264 float tsum = history_->RingSum(params_.onset_window()); local
265 if (tsum > params_.onset_confirm_dur()) {
268 if (tsum <= params_.onset_detect_dur())
/external/iputils/
H A Dping_common.c54 long long tsum; /* sum of all times, for doing average */ variable
895 tsum += triptime;
1034 tsum /= nreceived + nrepeats;
1036 tmdev = llsqrt(tsum2 - tsum * tsum);
1040 (unsigned long)(tsum/1000), (long)(tsum%1000),
1073 tavg = tsum / (nreceived + nrepeats);
H A Dping_common.h167 extern long long tsum; /* sum of all times, for doing average */
/external/opencv/cv/src/
H A Dcvstereobm.cpp297 int tsum = 0; local
299 tsum += htext[y];
343 tsum += htext[y + wsz2] - htext[y - wsz2 - 1];
344 if( tsum < textureThreshold )
493 int tsum = 0; local
495 tsum += htext[y];
514 tsum += htext[y + wsz2] - htext[y - wsz2 - 1];
515 if( tsum < textureThreshold )
/external/openfst/src/test/
H A Dalgo_test.h780 Weight tsum = ShortestDistance(T);
782 CHECK(ApproxEqual(tsum, psum, kTestDelta));

Completed in 247 milliseconds