OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_hint
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/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
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/chromium_org/third_party/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
96
WebPImageHint
image_hint
; // Hint for image type (lossless only for now).
member in struct:WebPConfig
Completed in 82 milliseconds