Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Didec_dec.c70 VP8Io io_; member
117 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 …]
A Dalphai_dec.h34 VP8Io io_; member
A Dvp8l_dec.c787 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 …]
A Dvp8li_dec.h61 VP8Io *io_; member
A Dalpha_dec.c55 VP8Io* const io = &dec->io_; in ALPHInit()
113 const int height = alph_dec->io_.crop_bottom; in ALPHDecode()
A Dvp8i_dec.h171 VP8Io io_; // copy of the VP8Io to pass to put() member
A Dframe_dec.c519 ctx->io_ = *io; in VP8ProcessRow()
650 worker->data2 = (void*)&dec->thread_ctx_.io_; in InitThreadContext()

Completed in 26 milliseconds