Home | History | Annotate | Download | only in enc

Lines Matching defs:Importer

1051 typedef int (*Importer)(WebPPicture* const, const uint8_t* const, int);
1054 Importer import, float quality_factor, int lossless,
1085 #define ENCODE_FUNC(NAME, IMPORTER) \
1088 return Encode(in, w, h, bps, IMPORTER, q, 0, out); \
1099 #define LOSSLESS_ENCODE_FUNC(NAME, IMPORTER) \
1101 return Encode(in, w, h, bps, IMPORTER, LOSSLESS_DEFAULT_QUALITY, 1, out); \