Searched defs:image_hint (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h96 WebPImageHint image_hint; // Hint for image type (lossless only for now). member in struct:WebPConfig
/external/webp/include/webp/
H A Dencode.h96 WebPImageHint image_hint; // Hint for image type (lossless only for now). member in struct:WebPConfig
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c146 static int VP8LEncAnalyze(VP8LEncoder* const enc, WebPImageHint image_hint) { argument
153 if (image_hint == WEBP_HINT_GRAPH) {
160 if (image_hint == WEBP_HINT_PHOTO) {
991 if (!VP8LEncAnalyze(enc, config->image_hint)) {
/external/webp/src/enc/
H A Dvp8l.c146 static int VP8LEncAnalyze(VP8LEncoder* const enc, WebPImageHint image_hint) { argument
153 if (image_hint == WEBP_HINT_GRAPH) {
160 if (image_hint == WEBP_HINT_PHOTO) {
991 if (!VP8LEncAnalyze(enc, config->image_hint)) {

Completed in 130 milliseconds