OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fancy_upsampling
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
decode_vp8.h
84
int
fancy_upsampling
;
member in struct:VP8Io
io.c
87
#ifdef
FANCY_UPSAMPLING
144
#endif /*
FANCY_UPSAMPLING
*/
179
if (io->
fancy_upsampling
) {
573
if (io->
fancy_upsampling
) {
574
#ifdef
FANCY_UPSAMPLING
webp.c
810
#ifdef
FANCY_UPSAMPLING
811
io->
fancy_upsampling
= (options == NULL) || (!options->no_fancy_upsampling);
818
io->
fancy_upsampling
= 0;
Completed in 513 milliseconds