Lines Matching refs:dec_
68 void* dec_; // either a VP8Decoder or a VP8LDecoder instance member
108 if (idec->dec_ != NULL) { in DoRemap()
110 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DoRemap()
126 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DoRemap()
287 idec->dec_ = dec; in DecodeWebPHeaders()
302 idec->dec_ = dec; in DecodeWebPHeaders()
332 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in CopyParts0Data()
358 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodePartition0()
406 VP8Decoder* const dec = (VP8Decoder*)idec->dec_; in DecodeRemaining()
461 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LHeader()
486 VP8LDecoder* const dec = (VP8LDecoder*)idec->dec_; in DecodeVP8LData()
512 if (idec->dec_ == NULL) { in IDecode()
581 if (idec->dec_ != NULL) { in WebPIDelete()
583 VP8Delete(idec->dec_); in WebPIDelete()
585 VP8LDelete(idec->dec_); in WebPIDelete()
730 if (idec == NULL || idec->dec_ == NULL) { in GetOutputBuffer()