Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_crc.cpp268 hCrcInfo->crcValue = hCrcInfo->startValue; in FDKcrcReset()
318 return (hCrcInfo->crcValue & (((hCrcInfo->crcMask - 1) << 1) + 1)); in FDKcrcGetCRC()
428 USHORT crc = hCrcInfo->crcValue; in crcCalc()
478 hCrcInfo->crcValue = crc; in crcCalc()
/external/aac/libFDK/include/
DFDK_crc.h139 USHORT crcValue; /*!< Crc value to be calculated. */ member