OSDN Git Service

vp8 dec: fix when bool_coder_ctx.count is 0
authorZhao, Halley <halley.zhao@intel.com>
Fri, 10 Jan 2014 01:53:16 +0000 (09:53 +0800)
committerXiang, Haihao <haihao.xiang@intel.com>
Thu, 27 Feb 2014 02:30:26 +0000 (10:30 +0800)
commitf08b13dea63bd24e25d026df921773dd20bcc918
tree050673f4e2e974f21fc156b574fdb119f196e552
parent579235a0c65df039573d34a921178a8ac77c3f20
vp8 dec: fix when bool_coder_ctx.count is 0

bool_coder_ctx.count is remaining bits,
hw requires used-bits-count: 8-bool_coder_ctx.count, range [0,7]
update offset and partition_size[0] as well

Signed-off-by: Zhao Halley <halley.zhao@intel.com>
src/gen8_mfd.c