Searched refs:l_current_pi (Results 1 – 2 of 2) sorted by relevance
1003 opj_pi_iterator_t *l_current_pi = 00; in opj_pi_create() local1021 l_current_pi = l_pi; in opj_pi_create()1024 l_current_pi->comps = (opj_pi_comp_t*) opj_calloc(image->numcomps, in opj_pi_create()1026 if (! l_current_pi->comps) { in opj_pi_create()1031 l_current_pi->numcomps = image->numcomps; in opj_pi_create()1034 opj_pi_comp_t *comp = &l_current_pi->comps[compno]; in opj_pi_create()1047 ++l_current_pi; in opj_pi_create()1197 opj_pi_iterator_t * l_current_pi = 00; in opj_pi_update_decode_poc() local1208 l_current_pi = p_pi; in opj_pi_update_decode_poc()1212 l_current_pi->poc.prg = l_current_poc->prg; /* Progression Order #0 */ in opj_pi_update_decode_poc()[all …]
238 opj_pi_iterator_t *l_current_pi = 00; in opj_t2_encode_packets() local255 l_current_pi = l_pi; in opj_t2_encode_packets()259 l_current_pi = l_pi; in opj_t2_encode_packets()267 if (l_current_pi->poc.prg == OPJ_PROG_UNKNOWN) { in opj_t2_encode_packets()272 while (opj_pi_next(l_current_pi)) { in opj_t2_encode_packets()273 if (l_current_pi->layno < p_maxlayers) { in opj_t2_encode_packets()276 if (! opj_t2_encode_packet(p_tile_no, p_tile, l_tcp, l_current_pi, in opj_t2_encode_packets()300 ++l_current_pi; in opj_t2_encode_packets()307 l_current_pi = &l_pi[p_pino]; in opj_t2_encode_packets()308 if (l_current_pi->poc.prg == OPJ_PROG_UNKNOWN) { in opj_t2_encode_packets()[all …]