Searched refs:CLzmaEnc (Results 1 – 1 of 1) sorted by relevance
/external/lzma/C/ |
D | LzmaEnc.c | 348 } CLzmaEnc; typedef 352 CLzmaEnc *p = (CLzmaEnc *)pp; in LzmaEnc_SaveState() 378 CLzmaEnc *dest = (CLzmaEnc *)pp; in LzmaEnc_RestoreState() 404 CLzmaEnc *p = (CLzmaEnc *)pp; in LzmaEnc_SetProps() 813 static void MovePos(CLzmaEnc *p, UInt32 num) in MovePos() 827 static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) in ReadMatchDistances() 869 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) in GetRepLen1Price() 876 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) in GetPureRepPrice() 898 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState) in GetRepPrice() 904 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) in Backward() [all …]
|