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

  /external/opencv3/3rdparty/libwebp/enc/
config.c 50 config->image_hint = WEBP_HINT_DEFAULT;
128 if (config->image_hint >= WEBP_HINT_LAST)
vp8l.c 146 static int VP8LEncAnalyze(VP8LEncoder* const enc, WebPImageHint image_hint) {
153 if (image_hint == WEBP_HINT_GRAPH) {
160 if (image_hint == WEBP_HINT_PHOTO) {
    [all...]
  /external/webp/src/enc/
config.c 47 config->image_hint = WEBP_HINT_DEFAULT;
135 if (config->image_hint >= WEBP_HINT_LAST)
vp8l.c     [all...]
  /external/ImageMagick/coders/
webp.c 579 configure.image_hint=WEBP_HINT_DEFAULT;
581 configure.image_hint=WEBP_HINT_PHOTO;
583 configure.image_hint=WEBP_HINT_PICTURE;
586 configure.image_hint=WEBP_HINT_GRAPH;
  /external/opencv3/3rdparty/libwebp/webp/
encode.h 96 WebPImageHint image_hint; // Hint for image type (lossless only for now). member in struct:WebPConfig
  /external/webp/include/webp/
encode.h 99 WebPImageHint image_hint; // Hint for image type (lossless only for now). member in struct:WebPConfig
  /external/webp/src/webp/
encode.h 99 WebPImageHint image_hint; // Hint for image type (lossless only for now). member in struct:WebPConfig

Completed in 486 milliseconds