Home
last modified time | relevance | path

Searched defs:ctxTypeID (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lz4/lib/
H A Dlz4frame.c676 static int ctxTypeID_to_size(int ctxTypeID) { in ctxTypeID_to_size()
705 { U16 const ctxTypeID = (cctx->prefs.compressionLevel < LZ4HC_CLEVEL_MIN) ? 1 : 2; in LZ4F_compressBegin_internal() local