Searched refs:stepsizes (Results 1 – 4 of 4) sorted by relevance
193 opj_stepsize_t stepsizes[OPJ_J2K_MAXBANDS]; member
8823 l_expn = (OPJ_UINT32)l_tccp->stepsizes[l_band_no].expn;8840 l_expn = (OPJ_UINT32)l_tccp->stepsizes[l_band_no].expn;8841 l_mant = (OPJ_UINT32)l_tccp->stepsizes[l_band_no].mant;8939 l_tccp->stepsizes[l_band_no].expn = (OPJ_INT32)(l_tmp >> 3);8940 l_tccp->stepsizes[l_band_no].mant = 0;8950 l_tccp->stepsizes[l_band_no].expn = (OPJ_INT32)(l_tmp >> 11);8951 l_tccp->stepsizes[l_band_no].mant = l_tmp & 0x7ff;8960 l_tccp->stepsizes[l_band_no].expn =8961 … ((OPJ_INT32)(l_tccp->stepsizes[0].expn) - (OPJ_INT32)((l_band_no - 1) / 3) > 0) ?8962 … (OPJ_INT32)(l_tccp->stepsizes[0].expn) - (OPJ_INT32)((l_band_no - 1) / 3) : 0;[all …]
537 …stepsize((OPJ_INT32) floor(stepsize * 8192.0), (OPJ_INT32)(prec + gain), &tccp->stepsizes[bandno]); in opj_dwt_calc_explicit_stepsizes()
785 l_step_size = l_tccp->stepsizes; in opj_tcd_init_tile()