OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POC
(Results
1 - 6
of
6
) sorted by null
/external/ImageMagick/coders/
jp2.c
733
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
[1].compno0=0
[
all
...]
/external/pdfium/third_party/libopenjpeg20/
j2k.h
82
#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;
511
/** Tile part number, regardless of
poc
, for each new
poc
, tp is reset to 1*/
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.*/
j2k.c
609
* 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.
[
all
...]
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
...]
pi.c
89
* @param p_max_res the maximum number of resolutions for all the
poc
inside the tile.
115
* @param p_max_res the maximum number of resolutions for all the
poc
inside the tile.
141
* @param p_max_res pointer that will hold the the maximum number of resolutions for all the
poc
inside the tile.
172
* @param p_max_res pointer that will hold the the maximum number of resolutions for all the
poc
inside the tile.
247
for (pi->layno = pi->
poc
.layno0; pi->layno < pi->
poc
.layno1; pi->layno++) {
248
for (pi->resno = pi->
poc
.resno0; pi->resno < pi->
poc
.resno1;
250
for (pi->compno = pi->
poc
.compno0; pi->compno < pi->
poc
.compno1; pi->compno++)
[
all
...]
t2.c
220
OPJ_UINT32
poc
;
local
244
for (
poc
= 0;
poc
< pocno ; ++
poc
) {
248
opj_pi_create_encode(l_pi, l_cp,p_tile_no,
poc
,l_tp_num,p_tp_pos,p_t2_mode);
250
if (l_current_pi->
poc
.prg == OPJ_PROG_UNKNOWN) {
287
if (l_current_pi->
poc
.prg == OPJ_PROG_UNKNOWN) {
314
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;
398
if (l_current_pi->
poc
.prg == OPJ_PROG_UNKNOWN) {
414
l_current_pi->
poc
.prg1, l_current_pi->compno, l_current_pi->resno, l_current_pi->precno, l_current_pi->layno )
[
all
...]
Completed in 1391 milliseconds