Lines Matching defs:in_buf
99 uint8_t *in_buf, *encode_buf;
203 in_buf = p->data[0] + p->linesize[0] * (height - 1) + z * bytes_per_channel;
210 encode_buf[x] = in_buf[depth * x];
212 encode_buf[x + 1] = in_buf[depth * x];
213 encode_buf[x] = in_buf[depth * x + 1];
215 encode_buf[x] = in_buf[depth * x];
216 encode_buf[x + 1] = in_buf[depth * x + 1];
227 in_buf -= p->linesize[0];
234 in_buf = p->data[0] + p->linesize[0] * (height - 1) + z * bytes_per_channel;
239 bytestream2_put_byte(&pbc, in_buf[x]);
242 bytestream2_put_be16(&pbc, ((uint16_t *)in_buf)[x]);
244 bytestream2_put_le16(&pbc, ((uint16_t *)in_buf)[x]);
246 in_buf -= p->linesize[0];