Home | History | Annotate | Download | only in enc

Lines Matching defs:Importer

1050 typedef int (*Importer)(WebPPicture* const, const uint8_t* const, int);
1053 Importer import, float quality_factor, int lossless,
1084 #define ENCODE_FUNC(NAME, IMPORTER) \
1087 return Encode(in, w, h, bps, IMPORTER, q, 0, out); \
1098 #define LOSSLESS_ENCODE_FUNC(NAME, IMPORTER) \
1100 return Encode(in, w, h, bps, IMPORTER, LOSSLESS_DEFAULT_QUALITY, 1, out); \