#include <linux/kernel.h>
#include "omapdss.h"
#include "dispc.h"
static const struct dispc_coef coef3_M8[8] = …;
static const struct dispc_coef coef3_M9[8] = …;
static const struct dispc_coef coef3_M10[8] = …;
static const struct dispc_coef coef3_M11[8] = …;
static const struct dispc_coef coef3_M12[8] = …;
static const struct dispc_coef coef3_M13[8] = …;
static const struct dispc_coef coef3_M14[8] = …;
static const struct dispc_coef coef3_M16[8] = …;
static const struct dispc_coef coef3_M19[8] = …;
static const struct dispc_coef coef3_M22[8] = …;
static const struct dispc_coef coef3_M26[8] = …;
static const struct dispc_coef coef3_M32[8] = …;
static const struct dispc_coef coef5_M8[8] = …;
static const struct dispc_coef coef5_M9[8] = …;
static const struct dispc_coef coef5_M10[8] = …;
static const struct dispc_coef coef5_M11[8] = …;
static const struct dispc_coef coef5_M12[8] = …;
static const struct dispc_coef coef5_M13[8] = …;
static const struct dispc_coef coef5_M14[8] = …;
static const struct dispc_coef coef5_M16[8] = …;
static const struct dispc_coef coef5_M19[8] = …;
static const struct dispc_coef coef5_M22[8] = …;
static const struct dispc_coef coef5_M26[8] = …;
static const struct dispc_coef coef5_M32[8] = …;
const struct dispc_coef *dispc_ovl_get_scale_coef(int inc, int five_taps)
{ … }