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

  /external/pdfium/third_party/libopenjpeg20/
j2k.h 80 #define J2K_MS_POC 0xff5f /**< POC marker value */
308 /** indicates if a POC marker has been used O:NO, 1:YES */
309 OPJ_BITFIELD POC : 1;
500 /** Tile part number, regardless of poc, for each new poc, tp is reset to 1*/
503 /** Tile part number currently coding, taking into account POC. m_current_tile_part_number holds the total number of tile parts while encoding the last tile part.*/
openjpeg.h 326 /** Resolution num start, Component num start, given by POC */
328 /** Layer num end,Resolution num end, Component num end, given by POC */
379 opj_poc_t POC[32];
380 /** number of progression order changes (POC), default to 0 */
    [all...]

Completed in 553 milliseconds