HomeSort by relevance Sort by last modified time
    Searched defs:mct (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
j2k.h 94 #define J2K_MS_MCT 0xff74 /**< MCT marker value */
133 * Type of elements storing in the MCT data
137 MCT_TYPE_INT16 = 0, /** MCT data is stored as signed shorts*/
138 MCT_TYPE_INT32 = 1, /** MCT data is stored as signed integers*/
139 MCT_TYPE_FLOAT = 2, /** MCT data is stored as floats*/
140 MCT_TYPE_DOUBLE = 3 /** MCT data is stored as doubles*/
144 * Type of MCT array
250 OPJ_UINT32 mct; member in struct:opj_tcp
277 /** the mct decoding matrix */
279 /** the mct coding matrix *
    [all...]
openjpeg.h 414 /** MCT (multiple component transform) */
418 /** Naive implementation of MCT restricted to a single reversible array based
827 OPJ_UINT32 mct; member in struct:opj_tile_v2_info
    [all...]

Completed in 1695 milliseconds