Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c383 } CLzmaEnc; typedef
388 CLzmaEnc *p = (CLzmaEnc *)pp; in LzmaEnc_SaveState()
414 CLzmaEnc *dest = (CLzmaEnc *)pp; in LzmaEnc_RestoreState()
440 CLzmaEnc *p = (CLzmaEnc *)pp; in LzmaEnc_SetProps()
853 static void MovePos(CLzmaEnc *p, UInt32 num) in MovePos()
867 static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) in ReadMatchDistances()
911 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) in GetRepLen1Price()
918 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) in GetPureRepPrice()
940 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState) in GetRepPrice()
946 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) in Backward()
[all …]