Searched refs:IPpmd7_RangeDec (Results 1 – 2 of 2) sorted by relevance
/external/lzma/C/ |
D | Ppmd7.h | 100 typedef struct IPpmd7_RangeDec IPpmd7_RangeDec; typedef 102 struct IPpmd7_RangeDec struct 104 UInt32 (*GetThreshold)(const IPpmd7_RangeDec *p, UInt32 total); argument 105 void (*Decode)(const IPpmd7_RangeDec *p, UInt32 start, UInt32 size); argument 106 UInt32 (*DecodeBit)(const IPpmd7_RangeDec *p, UInt32 size0); argument 111 IPpmd7_RangeDec vt; 121 int Ppmd7_DecodeSymbol(CPpmd7 *p, const IPpmd7_RangeDec *rc);
|
D | Ppmd7Dec.c | 25 static UInt32 Range_GetThreshold(const IPpmd7_RangeDec *pp, UInt32 total) in Range_GetThreshold() 45 static void Range_Decode(const IPpmd7_RangeDec *pp, UInt32 start, UInt32 size) in Range_Decode() 53 static UInt32 Range_DecodeBit(const IPpmd7_RangeDec *pp, UInt32 size0) in Range_DecodeBit() 83 int Ppmd7_DecodeSymbol(CPpmd7 *p, const IPpmd7_RangeDec *rc) in Ppmd7_DecodeSymbol()
|