OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbwCheat
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp
224
double stopBandAtten, int inSampleRate, int outSampleRate, double
tbwCheat
)
233
fcr = max(0.5*
tbwCheat
- tbw/2, tbw/2);
235
fcr = max(0.5*
tbwCheat
*outSampleRate/inSampleRate - tbw/2, tbw/2);
317
double
tbwCheat
= 1.; // how much we "cheat" into aliasing
342
tbwCheat
= 1.05;
344
tbwCheat
= 1.03;
359
tbwCheat
= 1.03;
361
tbwCheat
= 1.01;
394
inSampleRate, mSampleRate,
tbwCheat
);
AudioResamplerDyn.h
113
int inSampleRate, int outSampleRate, double
tbwCheat
);
Completed in 831 milliseconds