Searched refs:calcCrc_Bits (Results 1 – 1 of 1) sorted by relevance
/external/aac/libFDK/src/ |
D | FDK_crc.cpp | 216 static inline INT calcCrc_Bits(USHORT *const pCrc, USHORT crcMask, 335 static inline INT calcCrc_Bits(USHORT *const pCrc, USHORT crcMask, in calcCrc_Bits() function 456 rBits -= calcCrc_Bits(&crc, hCrcInfo->crcMask, hCrcInfo->crcPoly, &bsReader, in crcCalc() 462 rBits -= calcCrc_Bits(&crc, hCrcInfo->crcMask, hCrcInfo->crcPoly, &bsReader, in crcCalc() 474 calcCrc_Bits(&crc, hCrcInfo->crcMask, hCrcInfo->crcPoly, NULL, rBits); in crcCalc()
|