OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lerpn
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/libs/audioflinger/
AudioResamplerSinc.cpp
312
uint16_t
lerpN
= (-phase & pMask) >> pShift;
315
lerpN
= pMask >> pShift;
325
interpolate<CHANNELS>(l, r, coefs+indexN,
lerpN
, sN);
328
interpolate<CHANNELS>(l, r, coefs+indexN,
lerpN
, sN);
331
interpolate<CHANNELS>(l, r, coefs+indexN,
lerpN
, sN);
334
interpolate<CHANNELS>(l, r, coefs+indexN,
lerpN
, sN);
Completed in 15 milliseconds