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

  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 352 uint32_t indexN = (phaseWrapLimit - phase) >> coefShift;
354 const TC* coefsN = coefs + indexN*halfNumCoefs;
365 uint32_t indexN = (phaseWrapLimit - phase - 1) >> coefShift; // one's complement.
367 const TC* coefsN = coefs + indexN*halfNumCoefs;
AudioResamplerSinc.cpp     [all...]

Completed in 3048 milliseconds