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

  /external/chromium_org/media/base/
sinc_resampler.cc 202 const float subsample_offset = local
207 const float pre_sinc = M_PI * (i - kKernelSize / 2 - subsample_offset);
211 const float x = (i - subsample_offset) / kKernelSize;

Completed in 8333 milliseconds