Searched refs:ALPHA_NO_COMPRESSION (Results 1 – 4 of 4) sorted by relevance
125 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()
73 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()
64 #define ALPHA_NO_COMPRESSION 0 macro