Home
last modified time | relevance | path

Searched refs:NO_IID_STEPS (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSBRdec/src/
Dpsdec.h156 #define NO_IID_STEPS ( 7 ) /* 1 .. + 7 */ macro
160 #define NO_IID_LEVELS ( 2 * NO_IID_STEPS + 1 ) /* - 7 .. + 7 */
Dsbr_rom.h223 extern const UCHAR quantizedIIDs[NO_IID_STEPS];
Dpsbitdec.cpp277 UCHAR noIidSteps = pBsData->bFineIidQ?NO_IID_STEPS_FINE:NO_IID_STEPS; in DecodePs()
Dsbr_rom.cpp1337 const UCHAR quantizedIIDs[NO_IID_STEPS] =
Dpsdec.cpp993 noIidSteps = NO_IID_STEPS; in initSlotBasedRotation()