/* * Copyright (c) 2010 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing project authors may * be found in the AUTHORS file in the root of the source tree.
*/
#if CONFIG_ERROR_CONCEALMENT
MB_OVERLAP *overlaps; /* the mb num from which modes and mvs (first partition) are corrupt */ unsignedint mvs_corrupt_from_mb; #endif int ec_enabled; int ec_active; int decoded_key_frame; int independent_partitions; int frame_corrupt_residual;
vpx_decrypt_cb decrypt_cb; void *decrypt_state; #if CONFIG_MULTITHREAD // Restart threads on next frame if set to 1. // This is set when error happens in multithreaded decoding and all threads // are shut down. int restart_threads; #endif
} VP8D_COMP;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.