The open imaging DSP library
Loading...
Searching...
No Matches
custom_api.h
1/* SPDX-License-Identifier: Apache-2.0 */
7#ifndef MPIX_OP_CUSTOM_API_H
8#define MPIX_OP_CUSTOM_API_H
9
10#include <mpix/types.h>
11
15int mpix_palette_decode_set_palette(struct mpix_base_op *base, const struct mpix_palette *pal);
16
20int mpix_palette_encode_set_palette(struct mpix_base_op *base, const struct mpix_palette *pal);
21
22#endif
int mpix_palette_decode_set_palette(struct mpix_base_op *base, const struct mpix_palette *pal)
Set the color palette of a paleltte decode operation.
int mpix_palette_encode_set_palette(struct mpix_base_op *base, const struct mpix_palette *pal)
Set the color palette of a paleltte encode operation.
One step of a line operation pipeline.
Definition types.h:111
Definition types.h:160