Home
last modified time | relevance | path

Searched refs:l_current_pi (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dpi.c817 opj_pi_iterator_t *l_current_pi = 00; in opj_pi_create() local
834 l_current_pi = l_pi; in opj_pi_create()
837 l_current_pi->comps = (opj_pi_comp_t*) opj_calloc(image->numcomps, sizeof(opj_pi_comp_t)); in opj_pi_create()
838 if (! l_current_pi->comps) { in opj_pi_create()
843 l_current_pi->numcomps = image->numcomps; in opj_pi_create()
846 opj_pi_comp_t *comp = &l_current_pi->comps[compno]; in opj_pi_create()
858 ++l_current_pi; in opj_pi_create()
1007 opj_pi_iterator_t * l_current_pi = 00; in opj_pi_update_decode_poc() local
1018 l_current_pi = p_pi; in opj_pi_update_decode_poc()
1022 l_current_pi->poc.prg = l_current_poc->prg; /* Progression Order #0 */ in opj_pi_update_decode_poc()
[all …]
D0010-pi_update_decode_poc.patch6 l_current_pi->poc.precno0 = 0;
7 l_current_pi->poc.resno1 = l_current_poc->resno1; /* Resolution Level Index #0 (End) */
8 l_current_pi->poc.compno1 = l_current_poc->compno1; /* Component Index #0 (End) */
9 - l_current_pi->poc.layno1 = l_current_poc->layno1; /* Layer Index #0 (End) */
10 + l_current_pi->poc.layno1 = opj_uint_min(l_current_poc->layno1, p_tcp->numlayers); /* Layer Index…
11 l_current_pi->poc.precno1 = p_max_precision;
12 ++l_current_pi;
D0002-packet-iterator.patch14 l_current_pi = l_pi;
17 - l_current_pi->include = (OPJ_INT16*) opj_calloc((l_tcp->numlayers +1) * l_step_l, sizeof(OPJ_INT1…
18 + l_current_pi->include = 00;
22 + l_current_pi->include = (OPJ_INT16*)opj_calloc((l_tcp->numlayers + 1) * l_step_l, sizeof(OPJ_INT…
26 (!l_current_pi->include)
Dt2.c222 opj_pi_iterator_t *l_current_pi = 00; in opj_t2_encode_packets() local
238 l_current_pi = l_pi; in opj_t2_encode_packets()
242 l_current_pi = l_pi; in opj_t2_encode_packets()
250 if (l_current_pi->poc.prg == OPJ_PROG_UNKNOWN) { in opj_t2_encode_packets()
255 while (opj_pi_next(l_current_pi)) { in opj_t2_encode_packets()
256 if (l_current_pi->layno < p_maxlayers) { in opj_t2_encode_packets()
259 …if (! opj_t2_encode_packet(p_tile_no,p_tile, l_tcp, l_current_pi, l_current_data, &l_nb_bytes, p_m… in opj_t2_encode_packets()
279 ++l_current_pi; in opj_t2_encode_packets()
286 l_current_pi = &l_pi[p_pino]; in opj_t2_encode_packets()
287 if (l_current_pi->poc.prg == OPJ_PROG_UNKNOWN) { in opj_t2_encode_packets()
[all …]