Home
last modified time | relevance | path

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

/external/webp/include/webp/
Dformat_constants.h66 #define ALPHA_PREPROCESSED_LEVELS 1 macro
/external/webp/src/webp/
Dformat_constants.h66 #define ALPHA_PREPROCESSED_LEVELS 1 macro
/external/webp/src/dec/
Dalpha_dec.c76 dec->pre_processing_ > ALPHA_PREPROCESSED_LEVELS || in ALPHInit()
199 if (dec->alph_dec_->pre_processing_ != ALPHA_PREPROCESSED_LEVELS) { in VP8DecompressAlphaRows()
/external/webp/src/enc/
Dalpha_enc.c163 if (reduce_levels) header |= ALPHA_PREPROCESSED_LEVELS << 4; in EncodeAlphaInternal()