OpenGrok
Cross Reference: AudioResamplerSinc.cpp
xref
: /
frameworks
/
av
/
services
/
audioflinger
/
AudioResamplerSinc.cpp
Home
|
History
|
Annotate
|
Download
|
only in
audioflinger
Lines Matching
defs:c0
844
int32_t
c0
= coefs[0];
846
int32_t sinc = mulAdd(lerp, (c1-
c0
)<<1,
c0
);