Home
last modified time | relevance | path

Searched refs:WebPImageHint (Results 1 – 2 of 2) sorted by relevance

/external/webp/include/webp/
Dencode.h24 typedef enum WebPImageHint WebPImageHint; typedef
80 enum WebPImageHint { enum
94 WebPImageHint image_hint; // Hint for image type (lossless only for now).
/external/webp/src/enc/
Dvp8l.c144 static int VP8LEncAnalyze(VP8LEncoder* const enc, WebPImageHint image_hint) { in VP8LEncAnalyze()