Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbr_crc.cpp94 #define MAXCRCSTEP 16 macro
135 int CrcNrBitsRest = (NrBits - CrcStep * MAXCRCSTEP); in getCrc()
139 bValue = FDKreadBits (hBs, MAXCRCSTEP); in getCrc()
140 calcCRC (&CrcBuf, bValue, MAXCRCSTEP); in getCrc()