Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common/src/
Dmi_compress.c46 u8 LZCompFlags; // Flag sequence indicating whether there is a compression in MI_CompressLZImpl() local
65 LZCompFlags = 0; in MI_CompressLZImpl()
72 LZCompFlags <<= 1; // No meaning for the first time (i=0) in MI_CompressLZImpl()
83 LZCompFlags |= 0x1; in MI_CompressLZImpl()
134 *LZCompFlagsp = LZCompFlags; // Store flag series in MI_CompressLZImpl()
364 u8 LZCompFlags; // Flag sequence indicating whether there is a compression in MI_CompressLZFastImpl() local
384 LZCompFlags = 0; in MI_CompressLZFastImpl()
391 LZCompFlags <<= 1; // No meaning for the first time (i=0) in MI_CompressLZFastImpl()
402 LZCompFlags |= 0x1; in MI_CompressLZFastImpl()
455 *LZCompFlagsp = LZCompFlags; // Store flag series in MI_CompressLZFastImpl()