Searched refs:type_ (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_image.h212 uint_fast32_t type_; member in struct:__anon2748
391 ((image)->cmpts_[(cmptno)]->type_)
393 ((image)->cmpts_[(cmptno)]->type_ = (type))
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dframe.c375 const int i16 = (it->mb_->type_ == 1);
430 if (it->mb_->type_ == 1) { // i16x16
501 enc->block_count_[0] += (mb->type_ == 0);
502 enc->block_count_[1] += (mb->type_ == 1);
509 case 1: *info = mb->type_; break;
512 case 4: *info = (mb->type_ == 1) ? it->preds_[0] : 0xff; break;
534 if (it->mb_->type_ == 1) {
H A Dtree.c326 if (VP8PutBit(bw, (mb->type_ != 0), 145)) { // i16x16
H A Diterator.c280 it->mb_->type_ = 1;
292 it->mb_->type_ = 0;
H A Dvp8enci.h190 uint8_t type_:2; // 0=i4x4, 1=i16x16 member in struct:__anon2870
H A Dfilter.c335 if (it->mb_->type_ == 1 && it->mb_->skip_) return;
H A Dquant.c896 const int i16 = (it->mb_->type_ == 1);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djas_image.c279 cmpt->type_ = JAS_IMAGE_CT_UNKNOWN;
299 newcmpt->type_ = cmpt->type_;
962 if (image->cmpts_[cmptno]->type_ == ctype) {
/haiku-fatelf/src/kits/package/hpkg/
H A DWriterImplBase.cpp280 uint8 type_, uint8 encoding_)
284 type = type_;
279 PackageAttribute(BHPKGAttributeID id_, uint8 type_, uint8 encoding_) argument

Completed in 71 milliseconds