Home
last modified time | relevance | path

Searched refs:pic_hdr_ (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/dec/
Dalpha.c113 if (row + num_rows == dec->pic_hdr_.height_) { in ALPHDecode()
124 const int width = dec->pic_hdr_.width_; in VP8DecompressAlphaRows()
125 const int height = dec->pic_hdr_.height_; in VP8DecompressAlphaRows()
Dvp8i.h193 VP8PictureHeader pic_hdr_; member
Dframe.c720 (uint64_t)dec->pic_hdr_.width_ * dec->pic_hdr_.height_ : 0ULL; in AllocateMemory()
Dvp8.c286 pic_hdr = &dec->pic_hdr_; in VP8GetHeaders()
/external/opencv3/3rdparty/libwebp/dec/
Dalpha.c92 const int width = dec->pic_hdr_.width_; in VP8DecompressAlphaRows()
93 const int height = dec->pic_hdr_.height_; in VP8DecompressAlphaRows()
Dvp8i.h195 VP8PictureHeader pic_hdr_; member
Dframe.c428 (uint64_t)dec->pic_hdr_.width_ * dec->pic_hdr_.height_ : 0ULL; in AllocateMemory()
Dvp8.c312 pic_hdr = &dec->pic_hdr_; in VP8GetHeaders()
421 if (dec->pic_hdr_.colorspace_) { in VP8GetHeaders()