Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:stepsize

266 		OPJ_FLOAT64 stepsize,
276 OPJ_FLOAT64 stepsize,
1138 OPJ_FLOAT64 stepsize,
1155 wmsedec = w1 * w2 * stepsize * (1 << bpno);
1340 OPJ_FLOAT32 tmp = (OPJ_FLOAT32)*datap * band->stepsize;
1344 /*float tmp = datap[(j * cblk_w) + i] * band->stepsize;
1477 OPJ_INT32 bandconst = 8192 * 8192 / ((OPJ_INT32) floor(band->stepsize * 8192));
1540 band->stepsize,
1561 OPJ_FLOAT64 stepsize,
1618 tempwmsedec = opj_t1_getwmsedec(nmsedec, compno, level, orient, bpno, qmfbid, stepsize, numcomps,mct_norms) ;