Searched defs:CLzmaDec (Results 1 - 1 of 1) sorted by relevance

/external/lzma/C/
H A DLzmaDec.h13 but memory usage for CLzmaDec::probs will be doubled in that case */
67 } CLzmaDec; typedef in typeref:struct:__anon13034
71 void LzmaDec_Init(CLzmaDec *p);
132 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
133 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
135 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
136 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
142 You must work with CLzmaDec variables directly in this interface.
153 use data from CLzmaDec::dic and update CLzmaDec
[all...]

Completed in 86 milliseconds