Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8i_dec.h133 } VP8MB; typedef
234 VP8MB* mb_info_; // contextual macroblock info (mb_w_ + 1)
Dvp8_dec.c512 VP8MB* const mb, VP8BitReader* const token_br) { in ParseResiduals()
518 VP8MB* const left_mb = dec->mb_info_ - 1; in ParseResiduals()
606 VP8MB* const left = dec->mb_info_ - 1; in VP8DecodeMB()
607 VP8MB* const mb = dec->mb_info_ + dec->mb_x_; in VP8DecodeMB()
633 VP8MB* const left = dec->mb_info_ - 1; in VP8InitScanline()
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()
Didec_dec.c83 VP8MB left_;
84 VP8MB info_;