#ifndef IA_CSS_NO_DEBUG
#include "ia_css_debug.h"
#endif
#include "type_support.h"
#include "assert_support.h"
#include "math_support.h"
#include "ia_css_eed1_8.host.h"
#define NUMBER_OF_CHGRINV_POINTS …
#define NUMBER_OF_TCINV_POINTS …
#define NUMBER_OF_FCINV_POINTS …
static const s16 chgrinv_x[NUMBER_OF_CHGRINV_POINTS] = …;
static const s16 chgrinv_a[NUMBER_OF_CHGRINV_POINTS] = …;
static const s16 chgrinv_b[NUMBER_OF_CHGRINV_POINTS] = …;
static const s16 chgrinv_c[NUMBER_OF_CHGRINV_POINTS] = …;
static const s16 tcinv_x[NUMBER_OF_TCINV_POINTS] = …;
static const s16 tcinv_a[NUMBER_OF_TCINV_POINTS] = …;
static const s16 tcinv_b[NUMBER_OF_TCINV_POINTS] = …;
static const s16 tcinv_c[NUMBER_OF_TCINV_POINTS] = …;
static const s16 fcinv_x[NUMBER_OF_FCINV_POINTS] = …;
static const s16 fcinv_a[NUMBER_OF_FCINV_POINTS] = …;
static const s16 fcinv_b[NUMBER_OF_FCINV_POINTS] = …;
static const s16 fcinv_c[NUMBER_OF_FCINV_POINTS] = …;
void
ia_css_eed1_8_vmem_encode(
struct eed1_8_vmem_params *to,
const struct ia_css_eed1_8_config *from,
size_t size)
{ … }
void
ia_css_eed1_8_encode(
struct eed1_8_dmem_params *to,
const struct ia_css_eed1_8_config *from,
size_t size)
{ … }
void
ia_css_init_eed1_8_state(
void *state,
size_t size)
{ … }
#ifndef IA_CSS_NO_DEBUG
void
ia_css_eed1_8_debug_dtrace(
const struct ia_css_eed1_8_config *eed,
unsigned int level)
{ … }
#endif