Searched refs:crcLen (Results 1 – 3 of 3) sorted by relevance
206 const UINT crcLen in FDKcrcInit() argument214 hCrcInfo->crcLen = crcLen; in FDKcrcInit()217 hCrcInfo->crcMask = (crcLen) ? (1<<(crcLen-1)) : 0; in FDKcrcInit()223 if (hCrcInfo->crcLen==16) { in FDKcrcInit()
125 UCHAR crcLen; /*!< CRC length. */ member156 const UINT crcLen
1201 INT crcLen = payloadbits - 10; in sbrDecoder_Parse() local1203 fDoDecodeSbrData = SbrCrcCheck (hBs, crcLen); in sbrDecoder_Parse()1204 FDKpushFor(hBs, crcLen); in sbrDecoder_Parse()