Functions |
static uint32_t | rgb32_to_yuv (uint32_t c) |
static uint32_t | rgb16_to_yuv (uint16_t c) |
static uint24_t * | u24cpy (uint24_t *dst, const uint24_t src) |
static uint32_t | rgb24_to_yuv (uint24_t c) |
static int | yuv_diff (uint32_t yuv1, uint32_t yuv2) |
static int | Diff32 (uint32_t c1, uint32_t c2) |
static int | Diff16 (uint16_t c1, uint16_t c2) |
static int | Diff24 (uint24_t c1, uint24_t c2) |
static uint32_t | Interpolate_2_32 (uint32_t c1, int w1, uint32_t c2, int w2, int s) |
static uint32_t | Interpolate_3_32 (uint32_t c1, int w1, uint32_t c2, int w2, uint32_t c3, int w3, int s) |
static uint32_t | Interp1_32 (uint32_t c1, uint32_t c2) |
static uint32_t | Interp2_32 (uint32_t c1, uint32_t c2, uint32_t c3) |
static uint32_t | Interp3_32 (uint32_t c1, uint32_t c2) |
static uint32_t | Interp4_32 (uint32_t c1, uint32_t c2, uint32_t c3) |
static uint32_t | Interp5_32 (uint32_t c1, uint32_t c2) |
static uint32_t | Interp6_32 (uint32_t c1, uint32_t c2, uint32_t c3) |
static uint32_t | Interp7_32 (uint32_t c1, uint32_t c2, uint32_t c3) |
static uint32_t | Interp8_32 (uint32_t c1, uint32_t c2) |
static uint32_t | Interp9_32 (uint32_t c1, uint32_t c2, uint32_t c3) |
static uint32_t | Interp10_32 (uint32_t c1, uint32_t c2, uint32_t c3) |
static uint16_t | Interpolate_2_16 (uint16_t c1, int w1, uint16_t c2, int w2, int s) |
static uint16_t | Interpolate_3_16 (uint16_t c1, int w1, uint16_t c2, int w2, uint16_t c3, int w3, int s) |
static uint16_t | Interp1_16 (uint16_t c1, uint16_t c2) |
static uint16_t | Interp2_16 (uint16_t c1, uint16_t c2, uint16_t c3) |
static uint16_t | Interp3_16 (uint16_t c1, uint16_t c2) |
static uint16_t | Interp4_16 (uint16_t c1, uint16_t c2, uint16_t c3) |
static uint16_t | Interp5_16 (uint16_t c1, uint16_t c2) |
static uint16_t | Interp6_16 (uint16_t c1, uint16_t c2, uint16_t c3) |
static uint16_t | Interp7_16 (uint16_t c1, uint16_t c2, uint16_t c3) |
static uint16_t | Interp8_16 (uint16_t c1, uint16_t c2) |
static uint16_t | Interp9_16 (uint16_t c1, uint16_t c2, uint16_t c3) |
static uint16_t | Interp10_16 (uint16_t c1, uint16_t c2, uint16_t c3) |
static void | Interpolate_2_24 (uint24_t *ret, uint24_t c1, int w1, uint24_t c2, int w2, int s) |
static void | Interpolate_3_24 (uint24_t *ret, uint24_t c1, int w1, uint24_t c2, int w2, uint24_t c3, int w3, int s) |
static void | Interp1_24 (uint24_t *ret, uint24_t c1, uint24_t c2) |
static void | Interp2_24 (uint24_t *ret, uint24_t c1, uint24_t c2, uint24_t c3) |
static void | Interp3_24 (uint24_t *ret, uint24_t c1, uint24_t c2) |
static void | Interp4_24 (uint24_t *ret, uint24_t c1, uint24_t c2, uint24_t c3) |
static void | Interp5_24 (uint24_t *ret, uint24_t c1, uint24_t c2) |
static void | Interp6_24 (uint24_t *ret, uint24_t c1, uint24_t c2, uint24_t c3) |
static void | Interp7_24 (uint24_t *ret, uint24_t c1, uint24_t c2, uint24_t c3) |
static void | Interp8_24 (uint24_t *ret, uint24_t c1, uint24_t c2) |
static void | Interp9_24 (uint24_t *ret, uint24_t c1, uint24_t c2, uint24_t c3) |
static void | Interp10_24 (uint24_t *ret, uint24_t c1, uint24_t c2, uint24_t c3) |