Home
last modified time | relevance | path

Searched refs:VP8MB (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8i_dec.h133 } VP8MB; typedef
234 VP8MB* mb_info_; // contextual macroblock info (mb_w_ + 1)
A Dvp8_dec.c511 VP8MB* const mb, VP8BitReader* const token_br) { in ParseResiduals()
517 VP8MB* const left_mb = dec->mb_info_ - 1; in ParseResiduals()
605 VP8MB* const left = dec->mb_info_ - 1; in VP8DecodeMB()
606 VP8MB* const mb = dec->mb_info_ + dec->mb_x_; in VP8DecodeMB()
632 VP8MB* const left = dec->mb_info_ - 1; in VP8InitScanline()
A Dframe_dec.c688 const size_t mb_info_size = (mb_w + 1) * sizeof(VP8MB); in AllocateMemory()
728 dec->mb_info_ = ((VP8MB*)mem) + 1; in AllocateMemory()
A Didec_dec.c83 VP8MB left_;
84 VP8MB info_;
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog2568 91413be2 reduce memory for VP8MB and remove bitfields use

Completed in 14 milliseconds