Lines Matching full:numbps
179 static void jpc_undo_roi(jas_matrix_t *x, int roishift, int bgshift, int numbps);
783 band->numbps = ccp->numguardbits +
785 band->roishift = (ccp->roishift + band->numbps >= JPC_PREC) ?
786 (JPC_PREC - 1 - band->numbps) : ccp->roishift;
1051 band->roishift, band->numbps);
1796 static void jpc_undo_roi(jas_matrix_t *x, int roishift, int bgshift, int numbps)
1824 mask = (1 << numbps) - 1;