Searched refs:fastMode (Results 1 – 3 of 3) sorted by relevance
110 DTableH.fastMode = 1; in FSE_buildDTable_wksp()120 DTableH.fastMode = 0; in FSE_buildDTable_wksp()171 DTableH->fastMode = 0; in FSE_buildDTable_rle()197 DTableH->fastMode = 1; in FSE_buildDTable_raw()279 const U32 fastMode = DTableH->fastMode; in FSE_decompress_usingDTable() local282 if (fastMode) in FSE_decompress_usingDTable()
472 U16 fastMode; member
39 …LenEnc_Encode2(&p->lenEnc, &p->rc, len - LZMA_MATCH_LEN_MIN, posState, !p->fastMode, p->ProbPrices…