Home
last modified time | relevance | path

Searched refs:ALPHA_LOSSLESS_COMPRESSION (Results 1 – 5 of 5) sorted by relevance

/external/webp/include/webp/
Dformat_constants.h65 #define ALPHA_LOSSLESS_COMPRESSION 1 macro
/external/webp/src/webp/
Dformat_constants.h65 #define ALPHA_LOSSLESS_COMPRESSION 1 macro
/external/webp/src/dec/
Dalpha_dec.c74 dec->method_ > ALPHA_LOSSLESS_COMPRESSION || in ALPHInit()
99 assert(dec->method_ == ALPHA_LOSSLESS_COMPRESSION); in ALPHInit()
Didec_dec.c144 if (alph_dec->method_ == ALPHA_LOSSLESS_COMPRESSION) { in DoRemap()
/external/webp/src/enc/
Dalpha_enc.c126 assert(method <= ALPHA_LOSSLESS_COMPRESSION); in EncodeAlphaInternal()
318 if (method < ALPHA_NO_COMPRESSION || method > ALPHA_LOSSLESS_COMPRESSION) { in EncodeAlpha()