Lines Matching refs:dec_
69 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()
156 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DoRemap()
166 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in AppendToMemBuffer()
286 VP8ExitCritical((VP8Decoder*)idec->dec_, &idec->io_); in IDecError()
327 idec->dec_ = dec; in DecodeWebPHeaders()
336 idec->dec_ = dec; in DecodeWebPHeaders()
367 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in CopyParts0Data()
395 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodePartition0()
448 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodeRemaining()
517 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LHeader()
548 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LData()
570 if (idec->dec_ == NULL) { in IDecode()
581 const VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in IDecode()
668 if (idec->dec_ != NULL) { in WebPIDelete()
672 VP8ExitCritical((VP8Decoder*)idec->dec_, &idec->io_); in WebPIDelete()
674 VP8Delete((VP8Decoder*)idec->dec_); in WebPIDelete()
676 VP8LDelete((VP8LDecoder*)idec->dec_); in WebPIDelete()
821 if (idec == NULL || idec->dec_ == NULL) { in GetOutputBuffer()