HomeSort by relevance Sort by last modified time
    Searched defs:frameShift (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationClock.cpp 63 const double frameShift = fmod(currentTime - m_time, approximateFrameTime);
64 const double newTime = currentTime + (approximateFrameTime - frameShift);
  /external/aac/libSBRenc/src/
tran_det.h 107 int frameShift;
135 int frameShift,
sbr_encoder.cpp     [all...]

Completed in 3244 milliseconds