Searched refs:POC (Results 1 - 6 of 6) sorted by relevance

/external/ImageMagick/coders/
H A Djp2.c733 parameters->POC[0].tile=1;
734 parameters->POC[0].resno0=0;
735 parameters->POC[0].compno0=0;
736 parameters->POC[0].layno1=1;
737 parameters->POC[0].resno1=parameters->numresolution-1;
738 parameters->POC[0].compno1=3;
739 parameters->POC[0].prg1=OPJ_CPRL;
740 parameters->POC[1].tile=1;
741 parameters->POC[1].resno0=parameters->numresolution-1;
742 parameters->POC[
[all...]
/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.h82 #define J2K_MS_POC 0xff5f /**< POC marker value */
312 /** indicates if a POC marker has been used O:NO, 1:YES */
313 OPJ_UINT32 POC : 1; member in struct:opj_tcp
514 /** 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.*/
H A Dj2k.c609 * Writes the POC marker (Progression Order Change)
619 * Writes the POC marker (Progression Order Change)
631 * Gets the maximum size taken by the writing of a POC.
636 * Reads a POC marker (Progression Order Change)
638 * @param p_header_data the data contained in the POC box.
640 * @param p_header_size the size of the data contained in the POC marker.
724 * @param p_header_data the data contained in the POC box.
726 * @param p_header_size the size of the data contained in the POC marker.
884 * @param p_header_data the data contained in the POC box.
886 * @param p_header_size the size of the data contained in the POC marke
5937 opj_j2k_initialise_4K_poc(opj_poc_t *POC, int numres) argument
[all...]
H A Dopenjpeg.h326 /** 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]; member in struct:opj_cparameters
380 /** number of progression order changes (POC), default to 0 */
H A Dpi.c1357 (l_tcp->POC)
1545 if (l_tcp->POC && (OPJ_IS_CINEMA(p_cp->rsiz) || p_t2_mode == FINAL_PASS)) {
1868 if (l_tcp->POC) {
H A Dt2.c314 info_PK->start_pos = ((l_cp->m_specific_param.m_enc.m_tp_on | l_tcp->POC)&& info_PK->start_pos) ? info_PK->start_pos : info_TL->packet[cstr_info->packno - 1].end_pos + 1;

Completed in 154 milliseconds