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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
j2k.h 45 @file j2k.h
46 @brief The JPEG-2000 Codestream Reader/Writer (J2K)
48 The functions in J2K.C have for goal to read/write the several parts of the codestream: markers and data.
51 /** @defgroup J2K J2K - JPEG-2000 codestream reader/writer */
538 /* J2K codestream is decoded*/
585 Decoding parameters are returned in j2k->cp.
586 @param j2k J2K decompressor handle
589 void opj_j2k_setup_decoder(opj_j2k_t *j2k, opj_dparameters_t *parameters)
    [all...]
jp2.c     [all...]
jp2.h 158 /** handle to the J2K codec */
159 opj_j2k_t *j2k; member in struct:opj_jp2
253 Decoding parameters are returned in jp2->j2k->cp.
275 * Coding parameters are returned in jp2->j2k->cp.
j2k.c 50 /** @defgroup J2K J2K - JPEG-2000 codestream reader/writer */
142 * @param p_j2k J2K codec.
168 * @param p_j2k J2K codec.
223 * @param p_j2k J2K codec.
242 * @param p_j2k the J2K codec.
271 * @param p_j2k the J2K codec.
286 * @param p_j2k J2K codec.
305 * @param p_j2k J2K codec.
321 * @param p_j2k the J2k codec
    [all...]

Completed in 352 milliseconds