Home | History | Annotate | Download | only in libjasper

Lines Matching full:rawsize

131     uint_fast32_t rawsize;
156 rawsize = 0;
159 rawsize += cmptparm->width * cmptparm->height *
164 inmem = (rawsize < JAS_IMAGE_INMEMTHRESH);
629 uint_fast32_t rawsize;
633 rawsize = 0;
636 rawsize += (cmpt->width_ * cmpt->height_ * cmpt->prec_ +
639 return rawsize;