OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:halfNumCoefs
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/audioflinger/
AudioResamplerSinc.h
82
static const unsigned int
halfNumCoefs
= RESAMPLE_FIR_NUM_COEF;
AudioResamplerSinc.cpp
156
const size_t numCoefs = 2*
halfNumCoefs
;
160
mImpulse = mState + (
halfNumCoefs
-1)*inChannelCount;
231
int16_t* head = impulse +
halfNumCoefs
*CHANNELS;
293
const size_t stateSize = (
halfNumCoefs
*2)*CHANNELS;
297
int16_t* head = impulse +
halfNumCoefs
*CHANNELS;
323
for (unsigned int i=0 ; i<
halfNumCoefs
/4 ; i++) {
Completed in 46 milliseconds