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

  /frameworks/av/services/audioflinger/
LinearMap.h 330 // that uStep, vStep, and diff are non-negative.
331 int32_t uStep = uArray[previous] - uArray[current]; // non-negative
333 T u = uStep <= 0 || vStep <= 0 ? // we do not permit negative ustep or vstep
335 : ((int64_t)diff * uStep + (vStep >> 1)) / vStep + uArray[current];
336 // ALOGD("u:%u diff:%d uStep:%d vStep:%d u_current:%d",
337 // u, diff, uStep, vStep, uArray[current]);
  /external/opencv3/3rdparty/libtiff/
tif_luv.c 813 int ui, vi, ustep; local
818 ustep = uv_row[vi].nus-1;
819 if (vi == UV_NVS-1 || vi == 0 || ustep <= 0)
820 ustep = 1;
821 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) {
    [all...]
  /external/pdfium/third_party/libtiff/
tif_luv.c 827 int ui, vi, ustep; local
832 ustep = uv_row[vi].nus-1;
833 if (vi == UV_NVS-1 || vi == 0 || ustep <= 0)
834 ustep = 1;
835 for (ui = uv_row[vi].nus-1; ui >= 0; ui -= ustep) {
    [all...]
  /external/opencv3/modules/core/src/
lapack.cpp 675 const float* u, size_t ustep, bool uT,
681 u, (int)(ustep/sizeof(u[0])), uT,
690 const double* u, size_t ustep, bool uT,
696 u, (int)(ustep/sizeof(u[0])), uT,
    [all...]

Completed in 99 milliseconds