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

  /external/chromium_org/third_party/libwebp/dec/
alpha.c 111 if (row + num_rows == dec->pic_hdr_.height_) {
122 const int width = dec->pic_hdr_.width_;
123 const int height = dec->pic_hdr_.height_;
vp8i.h 230 VP8PictureHeader pic_hdr_; member in struct:VP8Decoder
frame.c 553 (uint64_t)dec->pic_hdr_.width_ * dec->pic_hdr_.height_ : 0ULL;
vp8.c 287 pic_hdr = &dec->pic_hdr_;
  /external/webp/src/dec/
alpha.c 111 if (row + num_rows == dec->pic_hdr_.height_) {
122 const int width = dec->pic_hdr_.width_;
123 const int height = dec->pic_hdr_.height_;
vp8i.h 230 VP8PictureHeader pic_hdr_; member in struct:VP8Decoder
frame.c 553 (uint64_t)dec->pic_hdr_.width_ * dec->pic_hdr_.height_ : 0ULL;
vp8.c 287 pic_hdr = &dec->pic_hdr_;

Completed in 52 milliseconds