Lines Matching defs:src
173 can provide more input data (src) than provided by current call.
174 In that case the CBcj2Enc encoder still can move (src) pointer
176 processed bytes (up to 4 bytes) from src to internal CBcj2Enc::temp[] buffer.
178 (CBcj2Enc::src will point to position that includes
185 CBcj2Enc::src == CBcj2Enc::srcLim)
187 ready for new (src) data or for stream finish operation.
193 temporary CBcj2Enc buffer for (ORIG) src data is empty.
258 const Byte *src;
298 p->State == BCJ2_ENC_STATE_ORIG : we need more data in input src stream
299 (src == srcLim)
306 (CBcj2Enc::src) after Bcj2Enc_Encode() is starting position after
311 value that is calculated based on current (CBcj2Enc::src):
312 cur_processed_pos = Calc_Big_Processed_Pos(enc.src)) -