Searched defs:crcPoly (Results 1 - 4 of 4) sorted by relevance

/external/aac/libSBRdec/src/
H A Dsbr_crc.h113 USHORT crcPoly; member in struct:__anon224
/external/aac/libFDK/include/
H A DFDK_crc.h122 USHORT crcPoly; /*!< CRC generator polynom. */ member in struct:__anon145
146 * \param crcPoly Configure crc polynom.
154 const UINT crcPoly,
/external/aac/libFDK/src/
H A DFDK_crc.cpp181 USHORT crcPoly,
204 const UINT crcPoly,
215 hCrcInfo->crcPoly = crcPoly;
224 switch ( crcPoly ) {
314 * \param crcPoly Crc polynom in use.
323 USHORT crcPoly,
335 tmp *= crcPoly;
344 tmp *= crcPoly;
438 rBits -= calcCrc_Bits(&crc, hCrcInfo->crcMask, hCrcInfo->crcPoly,
202 FDKcrcInit( HANDLE_FDK_CRCINFO hCrcInfo, const UINT crcPoly, const UINT crcStartValue, const UINT crcLen ) argument
320 calcCrc_Bits( USHORT * const pCrc, USHORT crcMask, USHORT crcPoly, HANDLE_FDK_BITSTREAM hBs, INT nBits ) argument
[all...]
/external/aac/libSBRenc/src/
H A Denv_bit.cpp110 static void crcAdvance(USHORT crcPoly, argument
125 if(flag) (*crc) ^= crcPoly;

Completed in 146 milliseconds