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()
291 VP8ExitCritical((VP8Decoder*)idec->dec_, &idec->io_); in IDecError()
332 idec->dec_ = dec; in DecodeWebPHeaders()
341 idec->dec_ = dec; in DecodeWebPHeaders()
372 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in CopyParts0Data()
400 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodePartition0()
453 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodeRemaining()
522 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LHeader()
553 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LData()
575 if (idec->dec_ == NULL) { in IDecode()
586 const VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in IDecode()
673 if (idec->dec_ != NULL) { in WebPIDelete()
677 VP8ExitCritical((VP8Decoder*)idec->dec_, &idec->io_); in WebPIDelete()
679 VP8Delete((VP8Decoder*)idec->dec_); in WebPIDelete()
681 VP8LDelete((VP8LDecoder*)idec->dec_); in WebPIDelete()
826 if (idec == NULL || idec->dec_ == NULL) { in GetOutputBuffer()