Lines Matching defs:l_current_pi

817 	opj_pi_iterator_t *l_current_pi = 00;
834 l_current_pi = l_pi;
837 l_current_pi->comps = (opj_pi_comp_t*) opj_calloc(image->numcomps, sizeof(opj_pi_comp_t));
838 if (! l_current_pi->comps) {
843 l_current_pi->numcomps = image->numcomps;
846 opj_pi_comp_t *comp = &l_current_pi->comps[compno];
858 ++l_current_pi;
1007 opj_pi_iterator_t * l_current_pi = 00;
1018 l_current_pi = p_pi;
1022 l_current_pi->poc.prg = l_current_poc->prg; /* Progression Order #0 */
1023 l_current_pi->first = 1;
1025 l_current_pi->poc.resno0 = l_current_poc->resno0; /* Resolution Level Index #0 (Start) */
1026 l_current_pi->poc.compno0 = l_current_poc->compno0; /* Component Index #0 (Start) */
1027 l_current_pi->poc.layno0 = 0;
1028 l_current_pi->poc.precno0 = 0;
1029 l_current_pi->poc.resno1 = l_current_poc->resno1; /* Resolution Level Index #0 (End) */
1030 l_current_pi->poc.compno1 = l_current_poc->compno1; /* Component Index #0 (End) */
1031 l_current_pi->poc.layno1 = opj_uint_min(l_current_poc->layno1, p_tcp->numlayers); /* Layer Index #0 (End) */
1032 l_current_pi->poc.precno1 = p_max_precision;
1033 ++l_current_pi;
1049 opj_pi_iterator_t * l_current_pi = 00;
1056 l_current_pi = p_pi;
1059 l_current_pi->poc.prg = p_tcp->prg;
1060 l_current_pi->first = 1;
1061 l_current_pi->poc.resno0 = 0;
1062 l_current_pi->poc.compno0 = 0;
1063 l_current_pi->poc.layno0 = 0;
1064 l_current_pi->poc.precno0 = 0;
1065 l_current_pi->poc.resno1 = p_max_res;
1066 l_current_pi->poc.compno1 = l_current_pi->numcomps;
1067 l_current_pi->poc.layno1 = p_tcp->numlayers;
1068 l_current_pi->poc.precno1 = p_max_precision;
1069 ++l_current_pi;
1191 opj_pi_iterator_t * l_current_pi = 00;
1246 l_current_pi = l_pi;
1249 l_current_pi->include = 00;
1253 l_current_pi->include = (OPJ_INT16*)opj_calloc((l_tcp->numlayers + 1) * l_step_l, sizeof(OPJ_INT16));
1257 (!l_current_pi->include)
1266 l_current_comp = l_current_pi->comps;
1270 l_current_pi->tx0 = l_tx0;
1271 l_current_pi->ty0 = l_ty0;
1272 l_current_pi->tx1 = l_tx1;
1273 l_current_pi->ty1 = l_ty1;
1275 /*l_current_pi->dx = l_img_comp->dx;*/
1276 /*l_current_pi->dy = l_img_comp->dy;*/
1278 l_current_pi->step_p = l_step_p;
1279 l_current_pi->step_c = l_step_c;
1280 l_current_pi->step_r = l_step_r;
1281 l_current_pi->step_l = l_step_l;
1285 (compno = 0; compno < l_current_pi->numcomps; ++compno)
1306 ++l_current_pi;
1310 l_current_comp = l_current_pi->comps;
1314 l_current_pi->tx0 = l_tx0;
1315 l_current_pi->ty0 = l_ty0;
1316 l_current_pi->tx1 = l_tx1;
1317 l_current_pi->ty1 = l_ty1;
1318 /*l_current_pi->dx = l_dx_min;*/
1319 /*l_current_pi->dy = l_dy_min;*/
1320 l_current_pi->step_p = l_step_p;
1321 l_current_pi->step_c = l_step_c;
1322 l_current_pi->step_r = l_step_r;
1323 l_current_pi->step_l = l_step_l;
1327 (compno = 0; compno < l_current_pi->numcomps; ++compno)
1349 l_current_pi->include = (l_current_pi-1)->include;
1350 ++l_current_pi;
1398 opj_pi_iterator_t * l_current_pi = 00;
1450 l_current_pi = l_pi;
1453 l_current_pi->include = (OPJ_INT16*) opj_calloc(l_tcp->numlayers * l_step_l, sizeof(OPJ_INT16));
1454 if (!l_current_pi->include) {
1462 l_current_comp = l_current_pi->comps;
1465 l_current_pi->tx0 = l_tx0;
1466 l_current_pi->ty0 = l_ty0;
1467 l_current_pi->tx1 = l_tx1;
1468 l_current_pi->ty1 = l_ty1;
1469 l_current_pi->dx = l_dx_min;
1470 l_current_pi->dy = l_dy_min;
1471 l_current_pi->step_p = l_step_p;
1472 l_current_pi->step_c = l_step_c;
1473 l_current_pi->step_r = l_step_r;
1474 l_current_pi->step_l = l_step_l;
1477 for (compno = 0; compno < l_current_pi->numcomps; ++compno) {
1497 ++l_current_pi;
1500 l_current_comp = l_current_pi->comps;
1504 l_current_pi->tx0 = l_tx0;
1505 l_current_pi->ty0 = l_ty0;
1506 l_current_pi->tx1 = l_tx1;
1507 l_current_pi->ty1 = l_ty1;
1508 l_current_pi->dx = l_dx_min;
1509 l_current_pi->dy = l_dy_min;
1510 l_current_pi->step_p = l_step_p;
1511 l_current_pi->step_c = l_step_c;
1512 l_current_pi->step_r = l_step_r;
1513 l_current_pi->step_l = l_step_l;
1516 for (compno = 0; compno < l_current_pi->numcomps; ++compno) {
1536 l_current_pi->include = (l_current_pi-1)->include;
1537 ++l_current_pi;
1817 opj_pi_iterator_t *l_current_pi = p_pi;
1824 if(l_current_pi->comps) {
1825 opj_pi_comp_t *l_current_component = l_current_pi->comps;
1826 for (compno = 0; compno < l_current_pi->numcomps; compno++){
1834 opj_free(l_current_pi->comps);
1835 l_current_pi->comps = 0;
1837 ++l_current_pi;