Home
last modified time | relevance | path

Searched refs:movave_scaling (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwmalosslessdec.c144 int movave_scaling; member
529 s->ave_sum[ch] = ave_mean << (s->movave_scaling + 1); in decode_channel_residues()
550 ave_mean = (s->ave_sum[ch] + (1 << s->movave_scaling)) >> (s->movave_scaling + 1); in decode_channel_residues()
560 (s->ave_sum[ch] >> s->movave_scaling); in decode_channel_residues()
905 s->movave_scaling = get_bits(&s->gb, 3); in decode_subframe()

Completed in 3 milliseconds