Searched refs:io_ (Results 1 – 7 of 7) sorted by relevance
70 VP8Io io_; member117 idec->io_.data = new_base; in DoRemap()359 idec->io_.data = data; in DecodeVP8FrameHeader()396 VP8Io* const io = &idec->io_; in DecodePartition0()449 VP8Io* const io = &idec->io_; in DecodeRemaining()516 VP8Io* const io = &idec->io_; in DecodeVP8LHeader()613 VP8InitIo(&idec->io_); in NewDecoder()897 idec->io_.put = put; in WebPISetIOHooks()898 idec->io_.setup = setup; in WebPISetIOHooks()899 idec->io_.teardown = teardown; in WebPISetIOHooks()[all …]
34 VP8Io io_; member
787 assert(row <= dec->io_->crop_bottom); in ProcessRows()792 VP8Io* const io = dec->io_; in ProcessRows()869 assert(last_row <= dec->io_->crop_bottom); in ExtractPalettedAlphaRows()872 const int width = dec->io_->width; in ExtractPalettedAlphaRows()1548 assert(last_row <= dec->io_->crop_bottom); in ExtractAlphaRows()1582 dec->io_ = &alph_dec->io_; in VP8LDecodeAlphaHeader()1583 dec->io_->opaque = alph_dec; in VP8LDecodeAlphaHeader()1584 dec->io_->width = alph_dec->width_; in VP8LDecodeAlphaHeader()1585 dec->io_->height = alph_dec->height_; in VP8LDecodeAlphaHeader()1649 dec->io_ = io; in VP8LDecodeHeader()[all …]
61 VP8Io *io_; member
55 VP8Io* const io = &dec->io_; in ALPHInit()113 const int height = alph_dec->io_.crop_bottom; in ALPHDecode()
171 VP8Io io_; // copy of the VP8Io to pass to put() member
519 ctx->io_ = *io; in VP8ProcessRow()650 worker->data2 = (void*)&dec->thread_ctx_.io_; in InitThreadContext()
Completed in 26 milliseconds