Home
last modified time | relevance | path

Searched refs:NO_IID_STEPS_FINE (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRdec/src/
Dpsdec.h162 #define NO_IID_STEPS_FINE (15) /* 1 .. +15 */ macro
166 #define NO_IID_LEVELS_FINE (2 * NO_IID_STEPS_FINE + 1) /* -15 .. +15 */
Dpsdec.cpp339 noIidSteps = NO_IID_STEPS_FINE; in initSlotBasedRotation()
Dpsbitdec.cpp287 UCHAR noIidSteps = pBsData->bFineIidQ ? NO_IID_STEPS_FINE : NO_IID_STEPS; in DecodePs()