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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmalosslessdec.c141 int movave_scaling; member in struct:WmallDecodeCtx
523 s->ave_sum[ch] = ave_mean << (s->movave_scaling + 1);
543 ave_mean = (s->ave_sum[ch] + (1 << s->movave_scaling)) >> (s->movave_scaling + 1);
553 (s->ave_sum[ch] >> s->movave_scaling);
914 s->movave_scaling = get_bits(&s->gb, 3);

Completed in 911 milliseconds