Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching defs:numbps

79                             "          x0=%d, y0=%d, x1=%d, y1=%d, stepsize=%f, numbps=%d\n",
80 band->x0, band->y0, band->x1, band->y1, band->stepsize, band->numbps);
382 cblk->numbps); /* number of bit-plan equal to zero */
959 OPJ_INT32 numbps;
997 numbps = (OPJ_INT32)(l_image_comp->prec + l_gain);
999 (OPJ_INT32)(numbps - l_step_size->expn)))) * fraction;
1002 l_band->numbps = l_step_size->expn + (OPJ_INT32)l_tccp->numgbits -
2271 /*fprintf(stderr,"\t numbps=%d, numlenbits=%d, len=%d, numnewpasses=%d, real_num_segs=%d, m_current_max_segs=%d\n ",
2272 l_code_block->numbps, l_code_block->numlenbits, l_code_block->len, l_code_block->numnewpasses, l_code_block->real_num_segs, l_code_block->m_current_max_segs );*/