Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvc2enc_dwt.c60 const ptrdiff_t synth_width = width << 1; in vc2_subband_dwt_97() local
68 for (x = 0; x < synth_width; x++) in vc2_subband_dwt_97()
70 synthl += synth_width; in vc2_subband_dwt_97()
82 synthl[synth_width - 1] -= (17*synthl[synth_width - 2] - in vc2_subband_dwt_97()
83 synthl[synth_width - 4] + 8) >> 4; in vc2_subband_dwt_97()
84 synthl[synth_width - 3] -= (8*synthl[synth_width - 2] + in vc2_subband_dwt_97()
85 9*synthl[synth_width - 4] - in vc2_subband_dwt_97()
86 synthl[synth_width - 6] + 8) >> 4; in vc2_subband_dwt_97()
92 synthl[synth_width - 2] += (synthl[synth_width - 3] + in vc2_subband_dwt_97()
93 synthl[synth_width - 1] + 2) >> 2; in vc2_subband_dwt_97()
[all …]