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

  /external/opencv3/3rdparty/libjasper/
jas_image.c 141 image->maxcmpts_ = numcmpts;
145 if (!(image->cmpts_ = jas_alloc2(image->maxcmpts_,
151 for (cmptno = 0; cmptno < image->maxcmpts_; ++cmptno) {
200 image->maxcmpts_ = 0;
664 if (image->numcmpts_ >= image->maxcmpts_) {
665 if (jas_image_growcmpts(image, image->maxcmpts_ + 128)) {
782 image->maxcmpts_ = maxcmpts;
783 for (cmptno = image->numcmpts_; cmptno < image->maxcmpts_; ++cmptno) {
793 if (dstimage->numcmpts_ >= dstimage->maxcmpts_) {
794 if (jas_image_growcmpts(dstimage, dstimage->maxcmpts_ + 128))
    [all...]
  /external/opencv3/3rdparty/libjasper/jasper/
jas_image.h 202 int maxcmpts_; member in struct:__anon21666

Completed in 138 milliseconds