Searched refs:calcCrc_Bytes (Results 1 – 1 of 1) sorted by relevance
/external/aac/libFDK/src/ |
D | FDK_crc.cpp | 220 static inline INT calcCrc_Bytes(USHORT *const pCrc, const USHORT *pCrcLookup, 376 static inline INT calcCrc_Bytes(USHORT *const pCrc, const USHORT *pCrcLookup, in calcCrc_Bytes() function 454 rBits -= (calcCrc_Bytes(&crc, hCrcInfo->pCrcLookup, &bsReader, words) << 3); in crcCalc() 470 (calcCrc_Bytes(&crc, hCrcInfo->pCrcLookup, NULL, rBits >> 3) << 3); in crcCalc()
|