Searched refs:WebPImageHint (Results 1 – 2 of 2) sorted by relevance
24 typedef enum WebPImageHint WebPImageHint; typedef80 enum WebPImageHint { enum94 WebPImageHint image_hint; // Hint for image type (lossless only for now).
144 static int VP8LEncAnalyze(VP8LEncoder* const enc, WebPImageHint image_hint) { in VP8LEncAnalyze()