HomeSort by relevance Sort by last modified time
    Searched refs:pic_hdr_ (Results 1 - 4 of 4) sorted by null

  /external/webp/src/dec/
alpha.c 119 const int stride = dec->pic_hdr_.width_;
121 if (row < 0 || num_rows < 0 || row + num_rows > dec->pic_hdr_.height_) {
128 dec->pic_hdr_.width_, dec->pic_hdr_.height_, stride,
vp8i.h 193 VP8PictureHeader pic_hdr_; member in struct:VP8Decoder
frame.c 428 (uint64_t)dec->pic_hdr_.width_ * dec->pic_hdr_.height_ : 0ULL;
vp8.c 324 pic_hdr = &dec->pic_hdr_;
433 if (dec->pic_hdr_.colorspace_) {

Completed in 59 milliseconds