summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhong Li <zhong.li@intel.com>2015-02-06 16:29:50 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2015-03-20 13:06:28 +0800
commit7039eca72204ef5cb935e3684f88edb24c9590ed (patch)
treeac9e0129cafa80d46c32d97a67eb8d24899c50a8
parentf1e1e4319e0e6ba20a3efb6b182f9fd00452a50f (diff)
VP8 DEC: Change error concealment method
Use intra prediciton as error concealment method, instead of inter P copy. Signed-off-by: Zhong Li <zhong.li@intel.com> (cherry picked from commit 8d8b4a577fbaa8d278fbc5fe213023cfeea5d57a)
-rw-r--r--src/gen8_mfd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gen8_mfd.c b/src/gen8_mfd.c
index b100723..6618740 100644
--- a/src/gen8_mfd.c
+++ b/src/gen8_mfd.c
@@ -3001,9 +3001,7 @@ gen8_mfd_vp8_bsd_object(VADriverContextP ctx,
offset += slice_param->partition_size[i];
}
- OUT_BCS_BATCH(batch,
- 1 << 31 | /* concealment method */
- 0);
+ OUT_BCS_BATCH(batch, 0); /* concealment method */
ADVANCE_BCS_BATCH(batch);
}