Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_crc.cpp179 USHORT * const pCrc,
187 USHORT * const pCrc,
321 USHORT * const pCrc, in calcCrc_Bits() argument
329 USHORT crc = *pCrc; /* get crc value */ in calcCrc_Bits()
349 *pCrc = crc; /* update crc value */ in calcCrc_Bits()
367 USHORT * const pCrc, in calcCrc_Bytes() argument
374 USHORT crc = *pCrc; /* get crc value */ in calcCrc_Bytes()
387 *pCrc = crc; /* update crc value */ in calcCrc_Bytes()