Home
last modified time | relevance | path

Searched refs:synthl (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc2enc_dwt.c31 int width, int height, dwtcoef *synthl) in deinterleave() argument
42 linell[x] = synthl[(x << 1)]; in deinterleave()
43 linehl[x] = synthl[(x << 1) + 1]; in deinterleave()
44 linelh[x] = synthl[(x << 1) + synthw]; in deinterleave()
45 linehh[x] = synthl[(x << 1) + synthw + 1]; in deinterleave()
47 synthl += synthw << 1; in deinterleave()
59 dwtcoef *datal = data, *synth = t->buffer, *synthl = synth; in vc2_subband_dwt_97() local
69 synthl[x] = datal[x] * 2; in vc2_subband_dwt_97()
70 synthl += synth_width; in vc2_subband_dwt_97()
75 synthl = synth; in vc2_subband_dwt_97()
[all …]