OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POC
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
j2k.h
82
#define J2K_MS_POC 0xff5f /**<
POC
marker value */
300
/** indicates if a
POC
marker has been used O:NO, 1:YES */
301
OPJ_UINT32
POC
: 1;
491
/** Tile part number, regardless of
poc
, for each new
poc
, tp is reset to 1*/
494
/** 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
88
* @param p_max_res the maximum number of resolutions for all the
poc
inside the tile.
114
* @param p_max_res the maximum number of resolutions for all the
poc
inside the tile.
140
* @param p_max_res pointer that will hold the the maximum number of resolutions for all the
poc
inside the tile.
171
* @param p_max_res pointer that will hold the the maximum number of resolutions for all the
poc
inside the tile.
246
for (pi->layno = pi->
poc
.layno0; pi->layno < pi->
poc
.layno1; pi->layno++) {
247
for (pi->resno = pi->
poc
.resno0; pi->resno < pi->
poc
.resno1;
249
for (pi->compno = pi->
poc
.compno0; pi->compno < pi->
poc
.compno1; pi->compno++)
[
all
...]
t2.c
215
OPJ_UINT32
poc
;
local
239
for (
poc
= 0;
poc
< pocno ; ++
poc
) {
243
opj_pi_create_encode(l_pi, l_cp,p_tile_no,
poc
,l_tp_num,p_tp_pos,p_t2_mode);
245
if (l_current_pi->
poc
.prg == OPJ_PROG_UNKNOWN) {
282
if (l_current_pi->
poc
.prg == OPJ_PROG_UNKNOWN) {
309
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;
392
if (l_current_pi->
poc
.prg == OPJ_PROG_UNKNOWN) {
408
l_current_pi->
poc
.prg1, l_current_pi->compno, l_current_pi->resno, l_current_pi->precno, l_current_pi->layno )
[
all
...]
Completed in 47 milliseconds