Home
last modified time | relevance | path

Searched refs:ALPHA_NO_COMPRESSION (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dalpha_enc.c125 assert(method >= ALPHA_NO_COMPRESSION); in EncodeAlphaInternal()
137 if (method != ALPHA_NO_COMPRESSION) { in EncodeAlphaInternal()
146 method = ALPHA_NO_COMPRESSION; in EncodeAlphaInternal()
155 if (method == ALPHA_NO_COMPRESSION) { in EncodeAlphaInternal()
169 if (method != ALPHA_NO_COMPRESSION) { in EncodeAlphaInternal()
318 if (method < ALPHA_NO_COMPRESSION || method > ALPHA_LOSSLESS_COMPRESSION) { in EncodeAlpha()
322 if (method == ALPHA_NO_COMPRESSION) { in EncodeAlpha()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dalpha_dec.c73 if (dec->method_ < ALPHA_NO_COMPRESSION || in ALPHInit()
95 if (dec->method_ == ALPHA_NO_COMPRESSION) { in ALPHInit()
114 if (alph_dec->method_ == ALPHA_NO_COMPRESSION) { in ALPHDecode()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dformat_constants.h64 #define ALPHA_NO_COMPRESSION 0 macro
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog1782 187d379d add a fallback to ALPHA_NO_COMPRESSION

Completed in 11 milliseconds