Searched refs:blockMode (Results 1 – 9 of 9) sorted by relevance
37 private final boolean blockMode; field in ZCompressorInputStream50 blockMode = (thirdByte & BLOCK_MODE_MASK) != 0; in ZCompressorInputStream()52 if (blockMode) { in ZCompressorInputStream()64 setTableSize((1 << 8) + (blockMode ? 1 : 0)); in clearEntries()137 } else if (blockMode && code == getClearCode()) { in decompressNextSymbol()
343 ASTCBlockMode blockMode; in getASTCBlockMode() local344 blockMode.isError = true; // \note Set to false later, if not error. in getASTCBlockMode()346 blockMode.isVoidExtent = getBits(blockModeData, 0, 8) == 0x1fc; in getASTCBlockMode()348 if (!blockMode.isVoidExtent) in getASTCBlockMode()351 return blockMode; // Invalid ("reserved"). in getASTCBlockMode()367 blockMode.weightGridWidth = i5 ? 10 : 6; in getASTCBlockMode()368 blockMode.weightGridHeight = i5 ? 6 : 10; in getASTCBlockMode()375 case 0: blockMode.weightGridWidth = 12; blockMode.weightGridHeight = a + 2; break; in getASTCBlockMode()376 case 1: blockMode.weightGridWidth = a + 2; blockMode.weightGridHeight = 12; break; in getASTCBlockMode()377 …case 2: blockMode.weightGridWidth = a + 6; blockMode.weightGridHeight = getBits(blockModeData, 9,… in getASTCBlockMode()[all …]
379 …prefs.frameInfo.blockMode = LZ4F_blockIndependent; /* only one block => no need for inter-block … in LZ4F_compressFrame_usingCDict()556 LZ4F_blockMode_t blockMode) { in LZ4F_initStream() argument558 if (cdict != NULL || blockMode == LZ4F_blockLinked) { in LZ4F_initStream()626 … (cctxPtr->prefs.frameInfo.blockMode == LZ4F_blockLinked) * 64 KB : /* only needs windows size */ in LZ4F_compressBegin_usingCDict()627 … cctxPtr->maxBlockSize + ((cctxPtr->prefs.frameInfo.blockMode == LZ4F_blockLinked) * 128 KB); in LZ4F_compressBegin_usingCDict()642 if (cctxPtr->prefs.frameInfo.blockMode == LZ4F_blockLinked) { in LZ4F_compressBegin_usingCDict()657 + ((cctxPtr->prefs.frameInfo.blockMode & _1BIT ) << 5) in LZ4F_compressBegin_usingCDict()772 static compressFunc_t LZ4F_selectCompression(LZ4F_blockMode_t blockMode, int level) in LZ4F_selectCompression() argument775 if (blockMode == LZ4F_blockIndependent) return LZ4F_compressBlock; in LZ4F_selectCompression()778 if (blockMode == LZ4F_blockIndependent) return LZ4F_compressBlockHC; in LZ4F_selectCompression()[all …]
168 …LZ4F_blockMode_t blockMode; /* LZ4F_blockLinked, LZ4F_blockIndependent; 0 == defau… member
83 int LZ4IO_setBlockMode(LZ4IO_blockMode_t blockMode);
184 int LZ4IO_setBlockMode(LZ4IO_blockMode_t blockMode) in LZ4IO_setBlockMode() argument186 g_blockIndependence = (blockMode == LZ4IO_blockIndependent); in LZ4IO_setBlockMode()554 prefs.frameInfo.blockMode = (LZ4F_blockMode_t)g_blockIndependence; in LZ4IO_compressFilename_extRess()
591 cParams.frameInfo.blockMode = LZ4F_blockLinked; in basicTests()627 cParams.frameInfo.blockMode = LZ4F_blockIndependent; in basicTests()806 prefs.frameInfo.blockMode = (LZ4F_blockMode_t)(FUZ_rand(&randState) & 1); in fuzzerTests()
138 kp.f.blockMode = (BlockMode)val; in parse_asn1_set()
453 pb->set_integer((uint32_t)translate_block_mode(param.f.blockMode)); in key_parameter_to_pb()605 &kp->f.blockMode) != ErrorCode::OK) { in pb_to_key_parameter()