Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching refs:POC

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++) {
257 pi->poc.precno1 = res->pw * res->ph;
259 for (pi->precno = pi->poc.precno0; pi->precno < pi->poc.precno1; pi->precno++) {
287 for (pi->resno = pi->poc.resno0; pi->resno < pi->poc.resno1; pi->resno++) {
288 for (pi->layno = pi->poc.layno0; pi->layno < pi->poc.layno1; pi->layno++) {
289 for (pi->compno = pi->poc.compno0; pi->compno < pi->poc.compno1; pi->compno++) {
296 pi->poc.precno1 = res->pw * res->ph;
298 for (pi->precno = pi->poc.precno0; pi->precno < pi->poc.precno1; pi->precno++) {
338 pi->poc.ty0 = pi->ty0;
339 pi->poc.tx0 = pi->tx0;
340 pi->poc.ty1 = pi->ty1;
341 pi->poc.tx1 = pi->tx1;
343 for (pi->resno = pi->poc.resno0; pi->resno < pi->poc.resno1; pi->resno++) {
344 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
345 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) {
346 for (pi->compno = pi->poc.compno0; pi->compno < pi->poc.compno1; pi->compno++) {
383 for (pi->layno = pi->poc.layno0; pi->layno < pi->poc.layno1; pi->layno++) {
425 pi->poc.ty0 = pi->ty0;
426 pi->poc.tx0 = pi->tx0;
427 pi->poc.ty1 = pi->ty1;
428 pi->poc.tx1 = pi->tx1;
430 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
431 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) {
432 for (pi->compno = pi->poc.compno0; pi->compno < pi->poc.compno1; pi->compno++) {
434 for (pi->resno = pi->poc.resno0; pi->resno < opj_uint_min(pi->poc.resno1, comp->numresolutions); pi->resno++) {
467 for (pi->layno = pi->poc.layno0; pi->layno < pi->poc.layno1; pi->layno++) {
495 for (pi->compno = pi->poc.compno0; pi->compno < pi->poc.compno1; pi->compno++) {
509 pi->poc.ty0 = pi->ty0;
510 pi->poc.tx0 = pi->tx0;
511 pi->poc.ty1 = pi->ty1;
512 pi->poc.tx1 = pi->tx1;
514 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
515 for (pi->x = pi->poc.tx0; pi->x < pi->poc.tx1; pi->x += (OPJ_INT32)(pi->dx - (OPJ_UINT32)(pi->x % (OPJ_INT32)pi->dx))) {
516 for (pi->resno = pi->poc.resno0; pi->resno < opj_uint_min(pi->poc.resno1, comp->numresolutions); pi->resno++) {
549 for (pi->layno = pi->poc.layno0; pi->layno < pi->poc.layno1; pi->layno++) {
808 /* number of poc in the p_pi*/
878 /* current poc being updated*/
957 /* current poc being updated*/
1022 l_current_pi->poc.prg = l_current_poc->prg; /* Progression Order #0 */
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;
1059 l_current_pi->poc.prg = p_tcp->prg;
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;
1357 (l_tcp->POC)
1545 if (l_tcp->POC && (OPJ_IS_CINEMA(p_cp->rsiz) || p_t2_mode == FINAL_PASS)) {
1572 pi[pino].poc.prg = tcp->prg;
1575 pi[pino].poc.resno0 = tcp->resS;
1576 pi[pino].poc.resno1 = tcp->resE;
1577 pi[pino].poc.compno0 = tcp->compS;
1578 pi[pino].poc.compno1 = tcp->compE;
1579 pi[pino].poc.layno0 = tcp->layS;
1580 pi[pino].poc.layno1 = tcp->layE;
1581 pi[pino].poc.precno0 = tcp->prcS;
1582 pi[pino].poc.precno1 = tcp->prcE;
1583 pi[pino].poc.tx0 = (OPJ_INT32)tcp->txS;
1584 pi[pino].poc.ty0 = (OPJ_INT32)tcp->tyS;
1585 pi[pino].poc.tx1 = (OPJ_INT32)tcp->txE;
1586 pi[pino].poc.ty1 = (OPJ_INT32)tcp->tyE;
1591 pi[pino].poc.resno0 = tcp->resS;
1592 pi[pino].poc.resno1 = tcp->resE;
1595 pi[pino].poc.compno0 = tcp->compS;
1596 pi[pino].poc.compno1 = tcp->compE;
1599 pi[pino].poc.layno0 = tcp->layS;
1600 pi[pino].poc.layno1 = tcp->layE;
1606 pi[pino].poc.precno0 = tcp->prcS;
1607 pi[pino].poc.precno1 = tcp->prcE;
1610 pi[pino].poc.tx0 = (OPJ_INT32)tcp->txS;
1611 pi[pino].poc.ty0 = (OPJ_INT32)tcp->tyS;
1612 pi[pino].poc.tx1 = (OPJ_INT32)tcp->txE;
1613 pi[pino].poc.ty1 = (OPJ_INT32)tcp->tyE;
1625 pi[pino].poc.compno0 = tcp->comp_t;
1626 pi[pino].poc.compno1 = tcp->comp_t+1;
1631 pi[pino].poc.resno0 = tcp->res_t;
1632 pi[pino].poc.resno1 = tcp->res_t+1;
1637 pi[pino].poc.layno0 = tcp->lay_t;
1638 pi[pino].poc.layno1 = tcp->lay_t+1;
1646 pi[pino].poc.precno0 = tcp->prc_t;
1647 pi[pino].poc.precno1 = tcp->prc_t+1;
1653 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t;
1654 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx - (tcp->tx0_t % tcp->dx));
1655 pi[pino].poc.ty0 = (OPJ_INT32)tcp->ty0_t;
1656 pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy));
1657 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;
1658 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1;
1669 pi[pino].poc.compno0 = tcp->comp_t-1;
1670 pi[pino].poc.compno1 = tcp->comp_t;
1673 pi[pino].poc.resno0 = tcp->res_t-1;
1674 pi[pino].poc.resno1 = tcp->res_t;
1677 pi[pino].poc.layno0 = tcp->lay_t-1;
1678 pi[pino].poc.layno1 = tcp->lay_t;
1684 pi[pino].poc.precno0 = tcp->prc_t-1;
1685 pi[pino].poc.precno1 = tcp->prc_t;
1688 pi[pino].poc.tx0 = (OPJ_INT32)(tcp->tx0_t - tcp->dx - (tcp->tx0_t % tcp->dx));
1689 pi[pino].poc.tx1 = (OPJ_INT32)tcp->tx0_t ;
1690 pi[pino].poc.ty0 = (OPJ_INT32)(tcp->ty0_t - tcp->dy - (tcp->ty0_t % tcp->dy));
1691 pi[pino].poc.ty1 = (OPJ_INT32)tcp->ty0_t ;
1702 pi[pino].poc.resno0 = tcp->res_t;
1703 pi[pino].poc.resno1 = tcp->res_t+1;
1710 pi[pino].poc.resno0 = tcp->res_t;
1711 pi[pino].poc.resno1 = tcp->res_t+1;
1720 pi[pino].poc.compno0 = tcp->comp_t;
1721 pi[pino].poc.compno1 = tcp->comp_t+1;
1728 pi[pino].poc.compno0 = tcp->comp_t;
1729 pi[pino].poc.compno1 = tcp->comp_t+1;
1738 pi[pino].poc.layno0 = tcp->lay_t;
1739 pi[pino].poc.layno1 = tcp->lay_t+1;
1746 pi[pino].poc.layno0 = tcp->lay_t;
1747 pi[pino].poc.layno1 = tcp->lay_t+1;
1759 pi[pino].poc.precno0 = tcp->prc_t;
1760 pi[pino].poc.precno1 = tcp->prc_t+1;
1767 pi[pino].poc.precno0 = tcp->prc_t;
1768 pi[pino].poc.precno1 = tcp->prc_t+1;
1778 pi[pino].poc.ty0 = (OPJ_INT32)tcp->ty0_t;
1779 pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy));
1780 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1;
1786 pi[pino].poc.ty0 = (OPJ_INT32)tcp->ty0_t;
1787 pi[pino].poc.ty1 = (OPJ_INT32)(tcp->ty0_t + tcp->dy - (tcp->ty0_t % tcp->dy));
1788 tcp->ty0_t = (OPJ_UINT32)pi[pino].poc.ty1;
1793 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t;
1794 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx- (tcp->tx0_t % tcp->dx));
1795 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;
1798 pi[pino].poc.tx0 = (OPJ_INT32)tcp->tx0_t;
1799 pi[pino].poc.tx1 = (OPJ_INT32)(tcp->tx0_t + tcp->dx- (tcp->tx0_t % tcp->dx));
1800 tcp->tx0_t = (OPJ_UINT32)pi[pino].poc.tx1;
1868 if (l_tcp->POC) {
1877 switch (pi->poc.prg) {