OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aAllpassLinkDecaySer
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRdec/src/
sbr_rom.h
185
extern const FIXP_SGL
aAllpassLinkDecaySer
[NO_SERIAL_ALLPASS_LINKS];
200
extern const FIXP_DBL
aAllpassLinkDecaySer
[NO_SERIAL_ALLPASS_LINKS];
psdec.cpp
768
rTmp = (rTmp - fMultDiv2(
aAllpassLinkDecaySer
[m], rR0)) << 1;
769
iTmp = (iTmp - fMultDiv2(
aAllpassLinkDecaySer
[m], iR0)) << 1;
771
pAaaRealDelayRBufferSerSubQmf[tmpDelayRSer] = rR0 + fMult(
aAllpassLinkDecaySer
[m], rTmp);
772
pAaaImagDelayRBufferSerSubQmf[tmpDelayRSer] = iR0 + fMult(
aAllpassLinkDecaySer
[m], iTmp);
851
rTmp = (rTmp - fMultDiv2(
aAllpassLinkDecaySer
[m], resR))<<1;
852
iTmp = (iTmp - fMultDiv2(
aAllpassLinkDecaySer
[m], resI))<<1;
[
all
...]
sbr_rom.cpp
[
all
...]
Completed in 39 milliseconds