Home
last modified time | relevance | path

Searched refs:lz4CtxState (Results 1 – 1 of 1) sorted by relevance

/external/lz4/lib/
Dlz4frame.c238 U16 lz4CtxState; /* in use as: 0 = none, 1 = lz4 ctx, 2 = lz4hc ctx */ member
453 cctxPtr->lz4CtxState = 1; in LZ4F_compressFrame()
627 cctxPtr->lz4CtxState = ctxTypeID; in LZ4F_compressBegin_usingCDict()
628 } else if (cctxPtr->lz4CtxState != ctxTypeID) { in LZ4F_compressBegin_usingCDict()
637 cctxPtr->lz4CtxState = ctxTypeID; in LZ4F_compressBegin_usingCDict()