Home
last modified time | relevance | path

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

/external/webp/include/webp/
Dformat_constants.h59 COLOR_INDEXING_TRANSFORM = 3 enumerator
/external/webp/src/webp/
Dformat_constants.h59 COLOR_INDEXING_TRANSFORM = 3 enumerator
/external/webp/src/dec/
Dvp8l_dec.c874 assert(transform->type_ == COLOR_INDEXING_TRANSFORM); in ExtractPalettedAlphaRows()
1322 case COLOR_INDEXING_TRANSFORM: { in ReadTransform()
1594 dec->transforms_[0].type_ == COLOR_INDEXING_TRANSFORM && in VP8LDecodeAlphaHeader()
/external/webp/src/dsp/
Dlossless.c399 case COLOR_INDEXING_TRANSFORM: in VP8LInverseTransform()
/external/webp/src/enc/
Dvp8l_enc.c1470 VP8LPutBits(bw, COLOR_INDEXING_TRANSFORM, 2); in EncodePalette()