// Although the spec applies restoration filters over 4x4 blocks, // they can be applied to a bigger surface. // * w is constrained by the restoration unit size (w <= 256) // * h is constrained by the stripe height (h <= 64) // The filter functions are allowed to do aligned writes past the right // edge of the buffer, aligned up to the minimum loop restoration unit size // (which is 32 pixels for subsampled chroma and 64 pixels for luma). #define decl_lr_filter_fn(name) \ void (name)(pixel *dst, ptrdiff_t dst_stride, \
const_left_pixel_row left, \ const pixel *lpf, int w, int h, \ const LooprestorationParams *params, \ enum LrEdgeFlags edges HIGHBD_DECL_SUFFIX) typedef decl_lr_filter_fn(*looprestorationfilter_fn);
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.