Searched refs:OPJ_J2K_MAXRLVLS (Results 1 – 4 of 4) sorted by relevance
146 #define OPJ_J2K_MAXRLVLS 33 /**< Number of maximum resolution level authorized */ macro147 #define OPJ_J2K_MAXBANDS (3*OPJ_J2K_MAXRLVLS-2) /**< Number of maximum sub-band linked to number of…408 int prcw_init[OPJ_J2K_MAXRLVLS];410 int prch_init[OPJ_J2K_MAXRLVLS];892 OPJ_UINT32 prcw[OPJ_J2K_MAXRLVLS];894 OPJ_UINT32 prch[OPJ_J2K_MAXRLVLS];
197 OPJ_UINT32 prcw[OPJ_J2K_MAXRLVLS];199 OPJ_UINT32 prch[OPJ_J2K_MAXRLVLS];
1403 l_data_stride = 4 * OPJ_J2K_MAXRLVLS; in opj_pi_create_decode()1603 l_data_stride = 4 * OPJ_J2K_MAXRLVLS; in opj_pi_initialise_encode()
6770 (parameters->numresolution > OPJ_J2K_MAXRLVLS)) { in opj_j2k_setup_encoder()6773 parameters->numresolution, OPJ_J2K_MAXRLVLS); in opj_j2k_setup_encoder()9764 if (l_tccp->numresolutions > OPJ_J2K_MAXRLVLS) { in opj_j2k_read_SPCod_SPCoc()9767 l_tccp->numresolutions, OPJ_J2K_MAXRLVLS); in opj_j2k_read_SPCod_SPCoc()10499 if (l_tccp->numresolutions < OPJ_J2K_MAXRLVLS) { in j2k_get_cstr_info()