Home
last modified time | relevance | path

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

/external/webp/src/dec/
Didec_dec.c69 void* dec_; // either a VP8Decoder or a VP8LDecoder instance member
106 const VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in NeedCompressedAlpha()
120 if (idec->dec_ != NULL) { in DoRemap()
122 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DoRemap()
157 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DoRemap()
167 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in AppendToMemBuffer()
330 idec->dec_ = dec; in DecodeWebPHeaders()
339 idec->dec_ = dec; in DecodeWebPHeaders()
370 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in CopyParts0Data()
398 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodePartition0()
[all …]