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

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_image.c295 newcmpt->height_ = cmpt->height_;
345 cmpt->height_ = height;
351 size = cmpt->width_ * cmpt->height_ * cmpt->cps_;
430 if (x >= cmpt->width_ || y >= cmpt->height_ ||
432 y + height > cmpt->height_) {
514 if (x >= cmpt->width_ || y >= cmpt->height_ ||
516 y + height > cmpt->height_) {
674 rawsize += (cmpt->width_ * cmpt->height_ * cmpt->prec_ +
782 image->bry_ = cmpt->tly_ + cmpt->vstep_ * (cmpt->height_
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h195 uint_fast32_t height_; member in struct:__anon2748
401 ((image)->cmpts_[cmptno]->height_)
436 ((image)->cmpts_[cmptno]->tly_ + (image)->cmpts_[cmptno]->height_ * \
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Dvp8.c268 pic_hdr->height_ = ((buf[6] << 8) | buf[5]) & 0x3fff;
274 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4;
276 io->height = pic_hdr->height_;
H A Dvp8i.h104 uint16_t height_; member in struct:__anon2849
H A Dframe.c95 io->height = dec->pic_hdr_.height_;

Completed in 55 milliseconds