Home
last modified time | relevance | path

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

/external/webp/src/enc/
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()
/external/webp/src/dec/
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()
/external/webp/include/webp/
Dformat_constants.h64 #define ALPHA_NO_COMPRESSION 0 macro
/external/webp/src/webp/
Dformat_constants.h64 #define ALPHA_NO_COMPRESSION 0 macro