HomeSort by relevance Sort by last modified time
    Searched refs:rsiz (Results 1 - 7 of 7) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
j2k.c     [all...]
openjpeg.c 639 parameters->rsiz = OPJ_PROFILE_NONE;
792 if (OPJ_IS_PART2(parameters->rsiz)) {
793 parameters->rsiz |= OPJ_EXTENSION_MCT;
795 parameters->rsiz = ((OPJ_PROFILE_PART2) | (OPJ_EXTENSION_MCT));
j2k.h 357 /** Rsiz*/
358 OPJ_UINT16 rsiz; member in struct:opj_cp
openjpeg.h 182 * These values help chosing the RSIZ value for the J2K codestream.
183 * The RSIZ value triggers various encoding options, as detailed in Table A.10.
186 * Example: rsiz = OPJ_PROFILE_PART2 | OPJ_EXTENSION_MCT;
189 * Example: rsiz = OPJ_PROFILE_BC_MULTI | 0x0005; (here mainlevel 5)
192 * Example: rsiz = OPJ_PROFILE_IMF_2K | 0x0040 | 0x0005; (here main 5 and sublevel 4)
243 * DEPRECATED: use RSIZ, OPJ_PROFILE_* and OPJ_EXTENSION_* instead
244 * Rsiz Capabilities
254 * DEPRECATED: use RSIZ, OPJ_PROFILE_* and OPJ_EXTENSION_* instead
466 * DEPRECATED: use RSIZ, OPJ_PROFILE_* and MAX_COMP_SIZE instead
476 * DEPRECATED: use RSIZ, OPJ_PROFILE_* and OPJ_EXTENSION_* instea
500 OPJ_UINT16 rsiz; member in struct:opj_cparameters
    [all...]
pi.c     [all...]
t2.c 226 OPJ_UINT32 pocno = (l_cp->rsiz == OPJ_PROFILE_CINEMA_4K)? 2: 1;
    [all...]
tcd.c 519 if(OPJ_IS_CINEMA(cp->rsiz)){
    [all...]

Completed in 55 milliseconds