summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefan Holmer <holmer@google.com>2011-05-02 15:30:51 +0200
committerJohn Koleszar <jkoleszar@google.com>2011-05-19 13:46:33 -0400
commitd04f852368dcfb9432d7cef9917666a9bf722ee2 (patch)
treeb2861ee3c45e536328da210aeaa5c3f41277b1bf /configure
parent00a1e2f8e4878f59c95f017f4cdbc80ada07a487 (diff)
downloadlibvpx-d04f852368dcfb9432d7cef9917666a9bf722ee2.tar
libvpx-d04f852368dcfb9432d7cef9917666a9bf722ee2.tar.gz
libvpx-d04f852368dcfb9432d7cef9917666a9bf722ee2.tar.bz2
libvpx-d04f852368dcfb9432d7cef9917666a9bf722ee2.zip
Adding error-concealment to the decoder.
The error-concealer is plugged in after any motion vectors have been decoded. It tries to estimate any missing motion vectors from the motion vectors of the previous frame. Intra blocks with missing residual are replaced with inter blocks with estimated motion vectors. This feature was developed in a separate sandbox (sandbox/holmer/error-concealment). Change-Id: I5c8917b031078d79dbafd90f6006680e84a23412
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 70492c9f1..6b376e9ce 100755
--- a/configure
+++ b/configure
@@ -37,6 +37,7 @@ Advanced options:
${toggle_multithread} multithreaded encoding and decoding.
${toggle_spatial_resampling} spatial sampling (scaling) support
${toggle_realtime_only} enable this option while building for real-time encoding
+ ${toggle_error_concealment} enable this option to get a decoder which is able to conceal losses
${toggle_runtime_cpu_detect} runtime cpu detection
${toggle_shared} shared library support
${toggle_small} favor smaller size over speed
@@ -249,6 +250,7 @@ CONFIG_LIST="
static_msvcrt
spatial_resampling
realtime_only
+ error_concealment
shared
small
postproc_visualizer
@@ -289,6 +291,7 @@ CMDLINE_SELECT="
mem_tracker
spatial_resampling
realtime_only
+ error_concealment
shared
small
postproc_visualizer