HomeSort by relevance Sort by last modified time
    Searched refs:image_hint (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
config.c 48 config->image_hint = WEBP_HINT_DEFAULT;
126 if (config->image_hint >= WEBP_HINT_LAST)
vp8l.c 144 static int VP8LEncAnalyze(VP8LEncoder* const enc, WebPImageHint image_hint) {
151 if (image_hint == WEBP_HINT_GRAPH) {
158 if (image_hint == WEBP_HINT_PHOTO) {
973 if (!VP8LEncAnalyze(enc, config->image_hint)) {
    [all...]
  /external/webp/include/webp/
encode.h 94 WebPImageHint image_hint; // Hint for image type (lossless only for now). member in struct:WebPConfig

Completed in 493 milliseconds