Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaEnc.c337 } CLzmaEnc; typedef
341 CLzmaEnc *p = (CLzmaEnc *)pp; in LzmaEnc_SaveState()
367 CLzmaEnc *dest = (CLzmaEnc *)pp; in LzmaEnc_RestoreState()
393 CLzmaEnc *p = (CLzmaEnc *)pp; in LzmaEnc_SetProps()
803 static void MovePos(CLzmaEnc *p, UInt32 num) in MovePos()
816 static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) in ReadMatchDistances()
856 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) in GetRepLen1Price()
863 static UInt32 GetPureRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 state, UInt32 posState) in GetPureRepPrice()
885 static UInt32 GetRepPrice(CLzmaEnc *p, UInt32 repIndex, UInt32 len, UInt32 state, UInt32 posState) in GetRepPrice()
891 static UInt32 Backward(CLzmaEnc *p, UInt32 *backRes, UInt32 cur) in Backward()
[all …]