Searched refs:OPJ_PROFILE_PART2 (Results 1 – 3 of 3) sorted by relevance
197 #define OPJ_PROFILE_PART2 0x8000 /** At least 1 extension defined in 15444-2 (Part-2) */ macro226 #define OPJ_IS_PART2(v) ((v) & OPJ_PROFILE_PART2)
798 parameters->rsiz = ((OPJ_PROFILE_PART2) | (OPJ_EXTENSION_MCT)); in opj_set_MCT()
6257 parameters->rsiz = OPJ_PROFILE_PART2 | OPJ_EXTENSION_MCT;6326 if (parameters->rsiz == ((OPJ_PROFILE_PART2) | (OPJ_EXTENSION_NONE))) {6332 } else if (parameters->rsiz != ((OPJ_PROFILE_PART2) | (OPJ_EXTENSION_MCT))) {