Searched refs:tinyjpeg_colorspace (Results 1 – 9 of 9) sorted by relevance
48 struct tinyjpeg_colorspace;49 typedef const struct tinyjpeg_colorspace *tinyjpeg_colorspace_t;
105 static const struct tinyjpeg_colorspace format_grey =
121 struct tinyjpeg_colorspace { struct
276 static const struct tinyjpeg_colorspace format_yuv420p =
361 static const struct tinyjpeg_colorspace format_bgr24 =
360 static const struct tinyjpeg_colorspace format_rgb24 =
378 static const struct tinyjpeg_colorspace format_rgba32 =
378 static const struct tinyjpeg_colorspace format_bgra32 =
877 const struct tinyjpeg_colorspace *pixfmt) in tinyjpeg_decode()