Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_crc.cpp245 hCrcInfo->crcValue = hCrcInfo->startValue; in FDKcrcReset()
304 return ( hCrcInfo->crcValue & (((hCrcInfo->crcMask-1)<<1)+1) ); in FDKcrcGetCRC()
409 USHORT crc = hCrcInfo->crcValue; in crcCalc()
457 hCrcInfo->crcValue = crc; in crcCalc()
/external/aac/libFDK/include/
DFDK_crc.h130 USHORT crcValue; /*!< Crc value to be calculated. */ member