On Thu, 29 Feb 2024 13:33:36 +0100 Niklas Haas <[email protected]> wrote: > +// Symbols that do not depend on bit depth > +#ifndef GRAIN_WIDTH > +# define GRAIN_WIDTH 82 > +# define GRAIN_HEIGHT 73 > +# define SUB_GRAIN_WIDTH 44 > +# define SUB_GRAIN_HEIGHT 38 > +# define FG_BLOCK_SIZE 32 > +#endif
Decided to move these out of this template as well. At what point would it be cleaner to introduce an <aom_film_grain_internal.h> just for these shared helpers / definitions live inside? _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
