HomeSort by relevance Sort by last modified time
    Searched refs:crcLen (Results 1 - 3 of 3) sorted by null

  /external/aac/libFDK/include/
FDK_crc.h 134 UCHAR crcLen; /*!< CRC length. */
158 * \param crcLen Configure crc length.
163 const UINT crcStartValue, const UINT crcLen);
  /external/aac/libFDK/src/
FDK_crc.cpp 229 const UINT crcStartValue, const UINT crcLen) {
236 hCrcInfo->crcLen = crcLen;
239 hCrcInfo->crcMask = (crcLen) ? (1 << (crcLen - 1)) : 0;
244 0; /* Preset 0 for "crcLen" != 16 or unknown 16-bit polynoms "crcPoly" */
246 if (hCrcInfo->crcLen == 16) {
  /external/aac/libSBRdec/src/
sbrdecoder.cpp     [all...]

Completed in 2485 milliseconds