Searched refs:width_ (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_image.c294 newcmpt->width_ = cmpt->width_;
344 cmpt->width_ = width;
351 size = cmpt->width_ * cmpt->height_ * cmpt->cps_;
430 if (x >= cmpt->width_ || y >= cmpt->height_ ||
431 x + width > cmpt->width_ ||
446 if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * (y + i) + x)
474 if (jas_stream_seek(cmpt->stream_, (cmpt->width_ * y + x) * cmpt->cps_,
514 if (x >= cmpt->width_ || y >= cmpt->height_ ||
515 x + width > cmpt->width_ ||
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h192 uint_fast32_t width_; member in struct:__anon2748
397 ((image)->cmpts_[cmptno]->width_)
430 ((image)->cmpts_[cmptno]->tlx_ + (image)->cmpts_[cmptno]->width_ * \
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Dvp8.c266 pic_hdr->width_ = ((buf[4] << 8) | buf[3]) & 0x3fff;
273 dec->mb_w_ = (pic_hdr->width_ + 15) >> 4;
275 io->width = pic_hdr->width_;
H A Dvp8i.h103 uint16_t width_; member in struct:__anon2849
H A Dframe.c94 io->width = dec->pic_hdr_.width_;

Completed in 63 milliseconds