HomeSort by relevance Sort by last modified time
    Searched refs:ALPHDecoder (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
alphai.h 26 typedef struct ALPHDecoder ALPHDecoder;
27 struct ALPHDecoder {
44 ALPHDecoder* ALPHNew(void);
47 void ALPHDelete(ALPHDecoder* const dec);
vp8li.h 92 struct ALPHDecoder; // Defined in dec/alphai.h.
98 int VP8LDecodeAlphaHeader(struct ALPHDecoder* const alph_dec,
106 int VP8LDecodeAlphaImageStream(struct ALPHDecoder* const alph_dec,
alpha.c 23 // ALPHDecoder object.
25 ALPHDecoder* ALPHNew(void) {
26 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec));
30 void ALPHDelete(ALPHDecoder* const dec) {
45 static int ALPHInit(ALPHDecoder* const dec, const uint8_t* data,
89 ALPHDecoder* const alph_dec = dec->alph_dec_;
vp8i.h 295 struct ALPHDecoder* alph_dec_; // alpha-plane decoder object
vp8l.c     [all...]
idec.c 136 ALPHDecoder* const alph_dec = dec->alph_dec_;
  /external/webp/src/dec/
alphai.h 26 typedef struct ALPHDecoder ALPHDecoder;
27 struct ALPHDecoder {
44 ALPHDecoder* ALPHNew(void);
47 void ALPHDelete(ALPHDecoder* const dec);
vp8li.h 92 struct ALPHDecoder; // Defined in dec/alphai.h.
98 int VP8LDecodeAlphaHeader(struct ALPHDecoder* const alph_dec,
106 int VP8LDecodeAlphaImageStream(struct ALPHDecoder* const alph_dec,
alpha.c 23 // ALPHDecoder object.
25 ALPHDecoder* ALPHNew(void) {
26 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec));
30 void ALPHDelete(ALPHDecoder* const dec) {
45 static int ALPHInit(ALPHDecoder* const dec, const uint8_t* data,
89 ALPHDecoder* const alph_dec = dec->alph_dec_;
vp8i.h 295 struct ALPHDecoder* alph_dec_; // alpha-plane decoder object
vp8l.c     [all...]
idec.c 136 ALPHDecoder* const alph_dec = dec->alph_dec_;

Completed in 382 milliseconds