// CDEF operates entirely on pre-filter data; if bottom/right edges are // present (according to $edges), then the pre-filter data is located in // $dst. However, the edge pixels above $dst may be post-filter, so in // order to get access to pre-filter top pixels, use $top. #define decl_cdef_fn(name) \ void (name)(pixel *dst, ptrdiff_t stride, const_left_pixel_row_2px left, \ const pixel *top, const pixel *bottom, \ int pri_strength, int sec_strength, \ int dir, int damping, enum CdefEdgeFlags edges HIGHBD_DECL_SUFFIX) typedef decl_cdef_fn(*cdef_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.