Searched defs:whFactors (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRdec/src/
H A Dlpp_tran.h179 WHITENING_FACTORS whFactors; /*!< the pole moving factors for certain whitening levels as indicated member in struct:__anon216
H A Dlpp_tran.cpp132 WHITENING_FACTORS whFactors)
137 return whFactors.transitionLevel;
139 return whFactors.lowLevel;
142 return whFactors.midLevel;
145 return whFactors.highLevel;
149 return whFactors.transitionLevel;
151 return whFactors.off;
177 hLppTrans->pSettings->whFactors);
979 pSettings->whFactors.off = FDK_sbrDecoder_sbr_whFactorsTable[i][0];
980 pSettings->whFactors
130 mapInvfMode(INVF_MODE mode, INVF_MODE prevMode, WHITENING_FACTORS whFactors) argument
[all...]

Completed in 107 milliseconds