Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dvp8_dec.c260 VP8PictureHeader* pic_hdr; in VP8GetHeaders() local
299 pic_hdr = &dec->pic_hdr_; in VP8GetHeaders()
310 pic_hdr->width_ = ((buf[4] << 8) | buf[3]) & 0x3fff; in VP8GetHeaders()
312 pic_hdr->height_ = ((buf[6] << 8) | buf[5]) & 0x3fff; in VP8GetHeaders()
313 pic_hdr->yscale_ = buf[6] >> 6; in VP8GetHeaders()
317 dec->mb_w_ = (pic_hdr->width_ + 15) >> 4; in VP8GetHeaders()
318 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4; in VP8GetHeaders()
321 io->width = pic_hdr->width_; in VP8GetHeaders()
322 io->height = pic_hdr->height_; in VP8GetHeaders()
355 pic_hdr->colorspace_ = VP8Get(br); in VP8GetHeaders()
[all …]

Completed in 3 milliseconds