Lines Matching refs:buffer
59 dwtcoef *datal = data, *synth = t->buffer, *synthl = synth;
65 * the data to the buffer.
144 dwtcoef *synth = t->buffer, *synthl = synth, *datal = data;
150 * the data to the buffer.
219 dwtcoef *synth = t->buffer, *synthl = synth, *datal = data;
267 s->buffer = av_calloc((p_stride + slice_w)*(p_height + slice_h), sizeof(dwtcoef));
268 if (!s->buffer)
272 s->buffer += s->padding;
279 if (s->buffer) {
280 av_free(s->buffer - s->padding);
281 s->buffer = NULL;