Searched refs:tableID (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c409 U32 tableID = (cctxPtr->prefs.compressionLevel < minHClevel) ? 1 : 2; /* 0:nothing ; 1:LZ4 table ; 2:HC tables */ local
410 if (cctxPtr->lz4CtxLevel < tableID)
417 cctxPtr->lz4CtxLevel = tableID;

Completed in 26 milliseconds