Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Dsbr_crc.cpp138 static int getCrc(HANDLE_FDK_BITSTREAM hBs, ULONG NrBits) { in getCrc() argument
146 int CrcStep = NrBits >> MAXCRCSTEP_LD; in getCrc()
148 int CrcNrBitsRest = (NrBits - CrcStep * MAXCRCSTEP); in getCrc()
167 LONG NrBits) /*!< max. CRC length */ in SbrCrcCheck() argument
182 NrCrcBits = fixMin((INT)NrBits, (INT)NrBitsAvailable); in SbrCrcCheck()