Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbr_crc.cpp113 #define MAXCRCSTEP 16 macro
148 int CrcNrBitsRest = (NrBits - CrcStep * MAXCRCSTEP); in getCrc()
152 bValue = FDKreadBits(hBs, MAXCRCSTEP); in getCrc()
153 calcCRC(&CrcBuf, bValue, MAXCRCSTEP); in getCrc()