HomeSort by relevance Sort by last modified time
    Searched refs:crcValue (Results 1 - 2 of 2) sorted by null

  /external/aac/libFDK/include/
FDK_crc.h 130 USHORT crcValue; /*!< Crc value to be calculated. */
  /external/aac/libFDK/src/
FDK_crc.cpp 245 hCrcInfo->crcValue = hCrcInfo->startValue;
304 return ( hCrcInfo->crcValue & (((hCrcInfo->crcMask-1)<<1)+1) );
409 USHORT crc = hCrcInfo->crcValue;
457 hCrcInfo->crcValue = crc;

Completed in 33 milliseconds