Lines Matching refs:bufs
43 if (p->bufs[BCJ2_STREAM_RC] == p->lims[BCJ2_STREAM_RC]) in Bcj2Dec_Decode()
49 p->code = (p->code << 8) | *(p->bufs[BCJ2_STREAM_RC])++; in Bcj2Dec_Decode()
113 if (p->bufs[BCJ2_STREAM_RC] == p->lims[BCJ2_STREAM_RC]) in Bcj2Dec_Decode()
119 p->code = (p->code << 8) | *(p->bufs[BCJ2_STREAM_RC])++; in Bcj2Dec_Decode()
123 const Byte *src = p->bufs[BCJ2_STREAM_MAIN]; in Bcj2Dec_Decode()
171 num = src - p->bufs[BCJ2_STREAM_MAIN]; in Bcj2Dec_Decode()
176 p->bufs[BCJ2_STREAM_MAIN] = src; in Bcj2Dec_Decode()
180 p->bufs[BCJ2_STREAM_MAIN] == in Bcj2Dec_Decode()
194 p->bufs[BCJ2_STREAM_MAIN] = src + 1; in Bcj2Dec_Decode()
215 const Byte *cur = p->bufs[cj]; in Bcj2Dec_Decode()
226 p->bufs[cj] = cur + 4; in Bcj2Dec_Decode()
250 if (p->range < kTopValue && p->bufs[BCJ2_STREAM_RC] != p->lims[BCJ2_STREAM_RC]) in Bcj2Dec_Decode()
253 p->code = (p->code << 8) | *(p->bufs[BCJ2_STREAM_RC])++; in Bcj2Dec_Decode()