dwtcoef 87 libavcodec/vc2enc.c dwtcoef *buf; dwtcoef 95 libavcodec/vc2enc.c dwtcoef *coef_buf; dwtcoef 537 libavcodec/vc2enc.c dwtcoef *coeff = b->buf + top * b->stride; dwtcoef 588 libavcodec/vc2enc.c dwtcoef *buf = b->buf + top * b->stride; dwtcoef 847 libavcodec/vc2enc.c dwtcoef *buf = p->coef_buf; dwtcoef 870 libavcodec/vc2enc.c memset(&buf[x], 0, (p->coef_stride - p->width)*sizeof(dwtcoef)); dwtcoef 880 libavcodec/vc2enc.c memset(&buf[x], 0, (p->coef_stride - p->width)*sizeof(dwtcoef)); dwtcoef 886 libavcodec/vc2enc.c memset(buf, 0, p->coef_stride * (p->dwt_height - p->height) * sizeof(dwtcoef)); dwtcoef 1135 libavcodec/vc2enc.c p->coef_buf = av_mallocz(p->coef_stride*p->dwt_height*sizeof(dwtcoef)); dwtcoef 30 libavcodec/vc2enc_dwt.c static av_always_inline void deinterleave(dwtcoef *linell, ptrdiff_t stride, dwtcoef 31 libavcodec/vc2enc_dwt.c int width, int height, dwtcoef *synthl) dwtcoef 35 libavcodec/vc2enc_dwt.c dwtcoef *linehl = linell + width; dwtcoef 36 libavcodec/vc2enc_dwt.c dwtcoef *linelh = linell + height*stride; dwtcoef 37 libavcodec/vc2enc_dwt.c dwtcoef *linehh = linelh + width; dwtcoef 55 libavcodec/vc2enc_dwt.c static void vc2_subband_dwt_97(VC2TransformContext *t, dwtcoef *data, dwtcoef 59 libavcodec/vc2enc_dwt.c dwtcoef *datal = data, *synth = t->buffer, *synthl = synth; dwtcoef 140 libavcodec/vc2enc_dwt.c static void vc2_subband_dwt_53(VC2TransformContext *t, dwtcoef *data, dwtcoef 144 libavcodec/vc2enc_dwt.c dwtcoef *synth = t->buffer, *synthl = synth, *datal = data; dwtcoef 214 libavcodec/vc2enc_dwt.c static av_always_inline void dwt_haar(VC2TransformContext *t, dwtcoef *data, dwtcoef 219 libavcodec/vc2enc_dwt.c dwtcoef *synth = t->buffer, *synthl = synth, *datal = data; dwtcoef 246 libavcodec/vc2enc_dwt.c static void vc2_subband_dwt_haar(VC2TransformContext *t, dwtcoef *data, dwtcoef 252 libavcodec/vc2enc_dwt.c static void vc2_subband_dwt_haar_shift(VC2TransformContext *t, dwtcoef *data, dwtcoef 267 libavcodec/vc2enc_dwt.c s->buffer = av_calloc((p_stride + slice_w)*(p_height + slice_h), sizeof(dwtcoef)); dwtcoef 43 libavcodec/vc2enc_dwt.h dwtcoef *buffer; dwtcoef 46 libavcodec/vc2enc_dwt.h dwtcoef *data, ptrdiff_t stride,