OSDN Git Service

implement intensity compensation for VC-1 decoding
authorcarpalis <30320745+carpalis@users.noreply.github.com>
Mon, 24 Jul 2017 11:21:16 +0000 (13:21 +0200)
committerXiang, Haihao <haihao.xiang@intel.com>
Fri, 28 Jul 2017 04:52:07 +0000 (12:52 +0800)
commit6702b01ee3598017f05374bfc7956493f790361c
tree3387dd807fb4b1ed693908cc38710ad93b6c4fff
parentf5369347a4b033e08c4e94d2e5433e7c5963a7e8
implement intensity compensation for VC-1 decoding

Intensity compensation was not present for B-frames, but only for P-frames. When a P-frame flags intensity compensation for its forward reference frame, all subsequent B-frames that use this reference frame as well, need to do intensity compensation as well.
src/gen75_mfd.c
src/gen7_mfd.c
src/gen7_mfd.h
src/gen8_mfd.c