Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_crc.cpp216 static inline INT calcCrc_Bits(USHORT *const pCrc, USHORT crcMask,
220 static inline INT calcCrc_Bytes(USHORT *const pCrc, const USHORT *pCrcLookup,
335 static inline INT calcCrc_Bits(USHORT *const pCrc, USHORT crcMask, in calcCrc_Bits() argument
339 USHORT crc = *pCrc; /* get crc value */ in calcCrc_Bits()
356 *pCrc = crc; /* update crc value */ in calcCrc_Bits()
376 static inline INT calcCrc_Bytes(USHORT *const pCrc, const USHORT *pCrcLookup, in calcCrc_Bytes() argument
379 USHORT crc = *pCrc; /* get crc value */ in calcCrc_Bytes()
408 *pCrc = crc; /* update crc value */ in calcCrc_Bytes()