Home
last modified time | relevance | path

Searched refs:regStop (Results 1 – 2 of 2) sorted by relevance

/external/aac/libFDK/src/
DFDK_crc.cpp251 hCrcInfo->regStop = 0; in FDKcrcReset()
279 FDK_ASSERT((reg==(INT)hCrcInfo->regStop)&&(hCrcInfo->crcRegData[reg].isActive==1)); in FDKcrcEndReg()
295 hCrcInfo->regStop = (hCrcInfo->regStop+1)%MAX_CRC_REGS; in FDKcrcEndReg()
/external/aac/libFDK/include/
DFDK_crc.h128 UINT regStop; /*!< Stop region marker for synchronization. */ member