Searched refs:coders (Results 1 – 15 of 15) sorted by relevance
27 Coder[] coders; field in Folder58 l.addLast(coders[current]); in getOrderedCoders()96 if (coders != null) { in getUnpackSizeForCoder()97 for (int i = 0; i < coders.length; i++) { in getUnpackSizeForCoder()98 if (coders[i] == coder) { in getUnpackSizeForCoder()108 return "Folder with " + coders.length + " coders, " + totalInputStreams in toString()
640 final Coder[] coders = new Coder[(int)numCoders]; in readFolder() local643 for (int i = 0; i < coders.length; i++) { in readFolder()644 coders[i] = new Coder(); in readFolder()651 coders[i].decompressionMethodId = new byte[idSize]; in readFolder()652 header.get(coders[i].decompressionMethodId); in readFolder()654 coders[i].numInStreams = 1; in readFolder()655 coders[i].numOutStreams = 1; in readFolder()657 coders[i].numInStreams = readUint64(header); in readFolder()658 coders[i].numOutStreams = readUint64(header); in readFolder()660 totalInStreams += coders[i].numInStreams; in readFolder()[all …]
118 CLzma2DecMtThread coders[MTDEC_THREADS_MAX]; member150 CLzma2DecMtThread *t = &p->coders[i]; in Lzma2DecMt_Create()169 CLzma2DecMtThread *t = &p->coders[i]; in Lzma2DecMt_FreeOutBufs()217 CLzma2DecMtThread *t = &p->coders[i]; in Lzma2DecMt_Destroy()240 CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_Parse()419 CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_PreCode()462 CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_Code()535 const CLzma2DecMtThread *t = &me->coders[coderIndex]; in Lzma2DecMt_MtCallback_Write()
497 p->coders[i].p = NULL; in MixCoder_Construct()507 IStateCoder *sc = &p->coders[i]; in MixCoder_Free()532 IStateCoder *coder = &p->coders[i]; in MixCoder_Init()545 IStateCoder *sc = &p->coders[coderIndex]; in MixCoder_SetFromMethod()562 IStateCoder *sc = &p->coders[coderIndex]; in MixCoder_ResetFromMethod()609 IStateCoder *coder = &p->coders[0]; in MixCoder_Code()646 IStateCoder *coder = &p->coders[i]; in MixCoder_Code()687 IStateCoder *coder = &p->coders[i]; in MixCoder_Code()942 IStateCoder *sc = &p->coders[i]; in XzDecMix_Init()1542 CXzDecMtThread coders[MTDEC_THREADS_MAX]; member[all …]
366 CLzma2EncInt coders[MTCODER_THREADS_MAX]; member399 p->coders[i].enc = NULL; in Lzma2Enc_Create()440 CLzma2EncInt *t = &p->coders[i]; in Lzma2Enc_Destroy()683 &me->coders[coderIndex], in Lzma2Enc_MtCallback_Code()734 p->coders[i].propsAreSet = False; in Lzma2Enc_Encode2()798 &p->coders[0], in Lzma2Enc_Encode2()
217 IStateCoder coders[MIXCODER_NUM_FILTERS_MAX]; member
79 def _map_structure(pyobj, coders): argument80 for can, do in coders:82 recursion_fn = functools.partial(_map_structure, coders=coders)
41 folder.coders = coderArray; in testGetUnpackSizeForCoderOne()
302 // Supported entropy coders:
815 // Supported entropy coders:
873 // Supported entropy coders:
38758 coders %8777