// Copyright 2020 Joe Drago. All rights reserved. // SPDX-License-Identifier: BSD-2-Clause #include "avif/internal.h" #include <assert.h> #include <string.h> void avifFillAlpha(const avifAlphaParams * params) { … } void avifReformatAlpha(const avifAlphaParams * params) { … } avifResult avifRGBImagePremultiplyAlpha(avifRGBImage * rgb) { … } avifResult avifRGBImageUnpremultiplyAlpha(avifRGBImage * rgb) { … }