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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_resampler.c 82 float be, tnew, interp; local
103 tnew = be * mm + obj->position;
104 tn = (int)tnew;
109 interp = y[tn] + (tnew - tn) * (y[tn + 1] - y[tn]);
120 tnew = be * mm + obj->position;
121 tn = (int)tnew;
  /external/webrtc/src/modules/audio_processing/aec/
aec_resampler.c 83 float be, tnew, interp; local
102 tnew = be * mm + obj->position;
103 tn = (int) tnew;
108 interp = y[tn] + (tnew - tn) * (y[tn+1] - y[tn]);
120 tnew = be * mm + obj->position;
121 tn = (int) tnew;
  /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...]

Completed in 218 milliseconds