// Enable extra debugging for loop restoration costing? // // If this is set to 1, then we record not just the selected LR parameters, but // also the values which the search process thinks they should be delta-coded // against. Then, when writing out the bitstream, we verify this information, // to help ensure that the search code is costing things properly #define DEBUG_LR_COSTING 0
// Storage for reference parameters. // // The storage size is determined by: // * This is always written and then checked within the same frame encode pass, // so we do not need to buffer multiple frames of data // * The parameters can be different per plane within one frame // * The relevant set of ref parameters can differ between the search where // we set the frame restoration mode to RESTORE_WIENER, and the search where // we set it to RESTORE_SWITCHABLE. // So we need to store at least two sets of Wiener params and two sets of // SGR params, and the easiest way to do this is to index by // frame_restoration_type
extern RestorationUnitInfo lr_ref_params[RESTORE_TYPES][MAX_MB_PLANE]
[MAX_LR_UNITS_W * MAX_LR_UNITS_H]; #endif// DEBUG_LR_COSTING
¤ 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.0.8Bemerkung:
(vorverarbeitet am 2026-08-26)
¤
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.