Home | History | Annotate | Download | only in libjasper

Lines Matching refs:totalsize

423     cp->totalsize = UINT_FAST32_MAX;
535 &cp->totalsize)) {
561 if (cp->totalsize != UINT_FAST32_MAX) {
562 cp->totalsize = (cp->totalsize > jp2overhead) ?
563 (cp->totalsize - jp2overhead) : 0;
670 if (cp->totalsize == UINT_FAST32_MAX && (!cp->tcp.intmode)) {
726 if (cp->totalsize != UINT_FAST32_MAX && cp->totalsize > cp->rawsize) {
727 jas_eprintf("warning: specified rate is unreasonably large (%lu > %lu)\n", (unsigned long) cp->totalsize, (unsigned long) cp->rawsize);
740 if (cp->totalsize != UINT_FAST32_MAX) {
742 if (jpc_fixtodbl(tcp->ilyrrates[lyrno]) > ((double) cp->totalsize)
1085 if (enc->cp->totalsize != UINT_FAST32_MAX) {
1088 enc->mainbodysize = (enc->cp->totalsize >= overhead) ?
1089 (enc->cp->totalsize - overhead) : 0;
1398 tile->lyrsizes[tile->numlyrs - 1] = (cp->totalsize != UINT_FAST32_MAX) ?