#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
|
void | skcms_private::baseline::run_program (const Op *program, const void **contexts, ptrdiff_t programSize, const char *src, char *dst, int n, const size_t src_bpp, const size_t dst_bpp) |
|
void | skcms_private::hsw::run_program (const Op *program, const void **contexts, ptrdiff_t programSize, const char *src, char *dst, int n, const size_t src_bpp, const size_t dst_bpp) |
|
void | skcms_private::skx::run_program (const Op *program, const void **contexts, ptrdiff_t programSize, const char *src, char *dst, int n, const size_t src_bpp, const size_t dst_bpp) |
|
◆ INFINITY_
◆ SKCMS_STORE_OPS
#define SKCMS_STORE_OPS |
( |
|
M | ) |
|
Value:
M(store_g8) \
M(store_4444) \
M(store_565) \
M(store_888) \
M(store_8888) \
M(store_1010102) \
M(store_161616LE) \
M(store_16161616LE) \
M(store_161616BE) \
M(store_16161616BE) \
M(store_101010x_XR) \
M(store_hhh) \
M(store_hhhh) \
M(store_fff) \
M(store_ffff)
Definition at line 89 of file skcms_Transform.h.
◆ SKCMS_WORK_OPS
#define SKCMS_WORK_OPS |
( |
|
M | ) |
|