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

  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_resampler.c 74 float be, tnew; local
95 tnew = be * mm + obj->position;
96 tn = (size_t)tnew;
101 outspeech[mm] = y[tn] + (tnew - tn) * (y[tn + 1] - y[tn]);
104 tnew = be * mm + obj->position;
105 tn = (int)tnew;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_itertools.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_itertools.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py     [all...]
  /external/opencv3/modules/calib3d/src/
fisheye.cpp 654 Vec3d tnew = ri2 * tvec; local
676 Mat(Matx34d(fc_new, 0, cc_new[1].x, tnew[0]*fc_new, // baseline * focal length;,
684 0, 0, -1./tnew[0], (cc_new[0].x - cc_new[1].x)/tnew[0]), false).convertTo(Q, Q.empty() ? CV_64F : Q.depth());
    [all...]

Completed in 215 milliseconds