HomeSort by relevance Sort by last modified time
    Searched refs:tsum (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.cc 264 float tsum = history_->RingSum(params_.onset_window()); local
265 if (tsum > params_.onset_confirm_dur()) {
268 if (tsum <= params_.onset_detect_dur())
  /external/iputils/
ping_common.c 54 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);
ping_common.h 167 extern long long tsum; /* sum of all times, for doing average */
  /external/opencv/cv/src/
cvstereobm.cpp 297 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/
algo_test.h 780 Weight tsum = ShortestDistance(T);
782 CHECK(ApproxEqual(tsum, psum, kTestDelta));
    [all...]

Completed in 997 milliseconds