OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coefsBits
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioResamplerSinc.h
81
int
coefsBits
;
AudioResamplerSinc.cpp
338
c->
coefsBits
= RESAMPLE_FIR_LERP_INT_BITS;
339
c->cShift = kNumPhaseBits - c->
coefsBits
;
340
c->cMask = ((1<< c->
coefsBits
)-1) << c->cShift;
341
c->pShift = kNumPhaseBits - c->
coefsBits
- pLerpBits;
375
c->
coefsBits
= readResampleFirLerpIntBits();
376
c->cShift = kNumPhaseBits - c->
coefsBits
;
377
c->cMask = ((1<<c->
coefsBits
)-1) << c->cShift;
378
c->pShift = kNumPhaseBits - c->
coefsBits
- pLerpBits;
382
ALOGV("
coefsBits
= %d", c->
coefsBits
);
[
all
...]
Completed in 34 milliseconds