Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A 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] ! in Bcj2Dec_Decode()
[all...]
H A 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()
H A DBcj2.h18 BCJ2_STREAM_RC enumerator
120 SZ_ERROR_DATA : if data in 5 starting bytes of BCJ2_STREAM_RC stream are not correct
/third_party/lzma/CPP/7zip/Compress/
H A 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 Code()
601 dec.lims[BCJ2_STREAM_RC] - in Code()
602 dec.bufs[BCJ2_STREAM_RC]); in Code()
707 But BCJ2_STREAM_RC stream always is not empty. in Read()

Completed in 4 milliseconds