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

  /external/webrtc/src/modules/audio_processing/aec/main/source/
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;
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-aix5.c 910 void add_pri_text_and_data_segs ( AixSegment* tnew, AixSegment* dnew )
913 aspacem_assert(tnew->kind == ASkMText);
916 aspacem_assert(tnew->sibling == dnew->start);
917 aspacem_assert(dnew->sibling == tnew->start);
918 add_asegment(&asegs_pri, tnew);
921 aspacem_assert(tnew->sibling == 0);
922 add_asegment(&asegs_pri, tnew);
    [all...]

Completed in 513 milliseconds