Home
last modified time | relevance | path

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

/third_party/lzma/C/
DBcj2.c19 p->state = BCJ2_STREAM_RC; // BCJ2_DEC_STATE_OK; in Bcj2Dec_Init()
40 if (p->bufs[BCJ2_STREAM_RC] == p->lims[BCJ2_STREAM_RC]) in Bcj2Dec_Decode()
42 p->state = BCJ2_STREAM_RC; in Bcj2Dec_Decode()
45 code = (code << 8) | *(p->bufs[BCJ2_STREAM_RC])++; in Bcj2Dec_Decode()
100 if (p->bufs[BCJ2_STREAM_RC] == p->lims[BCJ2_STREAM_RC]) in Bcj2Dec_Decode()
102 p->state = BCJ2_STREAM_RC; in Bcj2Dec_Decode()
107 p->code = (p->code << 8) | *(p->bufs[BCJ2_STREAM_RC])++; in Bcj2Dec_Decode()
276 if (p->range < kTopValue && p->bufs[BCJ2_STREAM_RC] != p->lims[BCJ2_STREAM_RC]) in Bcj2Dec_Decode()
279 p->code = (p->code << 8) | *(p->bufs[BCJ2_STREAM_RC])++; in Bcj2Dec_Decode()
DBcj2Enc.c61 Byte *buf = p->bufs[BCJ2_STREAM_RC]; in Bcj2_RangeEnc_ShiftLow()
64 if (buf == p->lims[BCJ2_STREAM_RC]) in Bcj2_RangeEnc_ShiftLow()
66 p->state = BCJ2_STREAM_RC; in Bcj2_RangeEnc_ShiftLow()
67 p->bufs[BCJ2_STREAM_RC] = buf; in Bcj2_RangeEnc_ShiftLow()
74 p->bufs[BCJ2_STREAM_RC] = buf; in Bcj2_RangeEnc_ShiftLow()
DBcj2.h18 BCJ2_STREAM_RC enumerator
/third_party/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp215 if (enc.state == BCJ2_STREAM_RC) in CodeReal()
389 (size_t)(enc.bufs[BCJ2_STREAM_RC] - _bufs[BCJ2_STREAM_RC]); in CodeReal()
600 _readSizes[BCJ2_STREAM_RC] - (size_t)( in Z7_COM7F_IMF()
601 dec.lims[BCJ2_STREAM_RC] - in Z7_COM7F_IMF()
602 dec.bufs[BCJ2_STREAM_RC]); in Z7_COM7F_IMF()