Searched refs:image_hint (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dconfig.c46 config->image_hint = WEBP_HINT_DEFAULT;
128 if (config->image_hint >= WEBP_HINT_LAST)
H A Dvp8l.c138 static int AnalyzeAndInit(VP8LEncoder* const enc, WebPImageHint image_hint) { argument
151 if (image_hint == WEBP_HINT_GRAPH) {
158 if (image_hint == WEBP_HINT_PHOTO) {
1065 if (!AnalyzeAndInit(enc, config->image_hint)) {
1171 initial_size = (config->image_hint == WEBP_HINT_GRAPH) ?
/external/webp/src/enc/
H A Dconfig.c46 config->image_hint = WEBP_HINT_DEFAULT;
128 if (config->image_hint >= WEBP_HINT_LAST)
H A Dvp8l.c138 static int AnalyzeAndInit(VP8LEncoder* const enc, WebPImageHint image_hint) { argument
151 if (image_hint == WEBP_HINT_GRAPH) {
158 if (image_hint == WEBP_HINT_PHOTO) {
1065 if (!AnalyzeAndInit(enc, config->image_hint)) {
1171 initial_size = (config->image_hint == WEBP_HINT_GRAPH) ?
/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

Completed in 220 milliseconds