The open imaging DSP library
Loading...
Searching...
No Matches
include
mpix
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
15
int
mpix_palette_decode_set_palette
(
struct
mpix_base_op
*base,
const
struct
mpix_palette
*pal);
16
20
int
mpix_palette_encode_set_palette
(
struct
mpix_base_op
*base,
const
struct
mpix_palette
*pal);
21
22
#endif
mpix_palette_decode_set_palette
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.
mpix_palette_encode_set_palette
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.
mpix_base_op
One step of a line operation pipeline.
Definition
types.h:111
mpix_palette
Definition
types.h:160