Lines Matching defs:buf
57 const uint8_t *buf, int buf_size)
64 state = (state << 8) | buf[i];
87 state = (state << 8) | buf[i];
138 int next, const uint8_t **buf, int *buf_size)
150 *buf = pc->buffer;
164 memcpy(pc->buffer + pc->index, (*buf + pc->sync_offset),
176 memcpy(pc->buffer + pc->index, *buf, next);
228 *buf = pc->dirac_unit;
240 const uint8_t *buf, int buf_size)
250 *poutbuf = buf;
254 next = find_frame_end(pc, buf, buf_size);
259 if (dirac_combine_frame(s, avctx, next, &buf, &buf_size) < 0)
263 *poutbuf = buf;