Searched refs:BCJ2_STREAM_RC (Results 1 – 4 of 4) sorted by relevance
19 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()
61 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()
18 BCJ2_STREAM_RC enumerator
215 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()