Home
last modified time | relevance | path

Searched refs:tinyjpeg_colorspace (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/com32/include/
Dtinyjpeg.h48 struct tinyjpeg_colorspace;
49 typedef const struct tinyjpeg_colorspace *tinyjpeg_colorspace_t;
/external/syslinux/com32/lib/jpeg/
Dgrey.c105 static const struct tinyjpeg_colorspace format_grey =
Dtinyjpeg-internal.h121 struct tinyjpeg_colorspace { struct
Dyuv420p.c276 static const struct tinyjpeg_colorspace format_yuv420p =
Dbgr24.c361 static const struct tinyjpeg_colorspace format_bgr24 =
Drgb24.c360 static const struct tinyjpeg_colorspace format_rgb24 =
Drgba32.c378 static const struct tinyjpeg_colorspace format_rgba32 =
Dbgra32.c378 static const struct tinyjpeg_colorspace format_bgra32 =
Dtinyjpeg.c877 const struct tinyjpeg_colorspace *pixfmt) in tinyjpeg_decode()