Home | History | Annotate | Download | only in libjasper

Lines Matching refs:parity

107 void jpc_ft_fwdlift_row(jpc_fix_t *a, int numcols, int parity);
109 int parity);
111 int parity);
113 int stride, int parity);
115 void jpc_ft_invlift_row(jpc_fix_t *a, int numcols, int parity);
117 int parity);
119 int parity);
121 int stride, int parity);
123 void jpc_ns_fwdlift_row(jpc_fix_t *a, int numcols, int parity);
124 void jpc_ns_fwdlift_colgrp(jpc_fix_t *a, int numrows, int stride, int parity);
126 int parity);
127 void jpc_ns_invlift_row(jpc_fix_t *a, int numcols, int parity);
128 void jpc_ns_invlift_colgrp(jpc_fix_t *a, int numrows, int stride, int parity);
130 int parity);
132 void jpc_qmfb_split_row(jpc_fix_t *a, int numcols, int parity);
133 void jpc_qmfb_split_col(jpc_fix_t *a, int numrows, int stride, int parity);
134 void jpc_qmfb_split_colgrp(jpc_fix_t *a, int numrows, int stride, int parity);
136 int parity);
138 void jpc_qmfb_join_row(jpc_fix_t *a, int numcols, int parity);
139 void jpc_qmfb_join_col(jpc_fix_t *a, int numrows, int stride, int parity);
140 void jpc_qmfb_join_colgrp(jpc_fix_t *a, int numrows, int stride, int parity);
142 int parity);
305 void jpc_qmfb_split_row(jpc_fix_t *a, int numcols, int parity)
332 hstartcol = (numcols + 1 - parity) >> 1;
333 m = (parity) ? hstartcol : (numcols - hstartcol);
337 srcptr = &a[1 - parity];
344 dstptr = &a[1 - parity];
345 srcptr = &a[2 - parity];
346 n = numcols - m - (!parity);
373 int parity)
400 hstartcol = (numrows + 1 - parity) >> 1;
401 m = (parity) ? hstartcol : (numrows - hstartcol);
405 srcptr = &a[(1 - parity) * stride];
412 dstptr = &a[(1 - parity) * stride];
413 srcptr = &a[(2 - parity) * stride];
414 n = numrows - m - (!parity);
441 int parity)
471 hstartcol = (numrows + 1 - parity) >> 1;
472 m = (parity) ? hstartcol : (numrows - hstartcol);
476 srcptr = &a[(1 - parity) * stride];
489 dstptr = &a[(1 - parity) * stride];
490 srcptr = &a[(2 - parity) * stride];
491 n = numrows - m - (!parity);
530 int stride, int parity)
560 hstartcol = (numrows + 1 - parity) >> 1;
561 m = (parity) ? hstartcol : (numrows - hstartcol);
565 srcptr = &a[(1 - parity) * stride];
578 dstptr = &a[(1 - parity) * stride];
579 srcptr = &a[(2 - parity) * stride];
580 n = numrows - m - (!parity);
618 void jpc_qmfb_join_row(jpc_fix_t *a, int numcols, int parity)
643 hstartcol = (numcols + 1 - parity) >> 1;
656 dstptr = &a[1 - parity];
665 dstptr = &a[parity];
683 int parity)
708 hstartcol = (numrows + 1 - parity) >> 1;
721 dstptr = &a[(1 - parity) * stride];
730 dstptr = &a[parity * stride];
748 int parity)
776 hstartcol = (numrows + 1 - parity) >> 1;
795 dstptr = &a[(1 - parity) * stride];
810 dstptr = &a[parity * stride];
834 int stride, int parity)
862 hstartcol = (numrows + 1 - parity) >> 1;
881 dstptr = &a[(1 - parity) * stride];
896 dstptr = &a[parity * stride];
923 void jpc_ft_fwdlift_row(jpc_fix_t *a, int numcols, int parity)
931 llen = (numcols + 1 - parity) >> 1;
938 if (parity) {
942 n = numcols - llen - parity - (parity == (numcols & 1));
948 if (parity == (numcols & 1)) {
955 if (!parity) {
959 n = llen - (!parity) - (parity != (numcols & 1));
965 if (parity != (numcols & 1)) {
971 if (parity) {
980 void jpc_ft_fwdlift_col(jpc_fix_t *a, int numrows, int stride, int parity)
993 llen = (numrows + 1 - parity) >> 1;
1000 if (parity) {
1004 n = numrows - llen - parity - (parity == (numrows & 1));
1010 if (parity == (numrows & 1)) {
1017 if (!parity) {
1021 n = llen - (!parity) - (parity != (numrows & 1));
1027 if (parity != (numrows & 1)) {
1033 if (parity) {
1042 void jpc_ft_fwdlift_colgrp(jpc_fix_t *a, int numrows, int stride, int parity)
1053 llen = (numrows + 1 - parity) >> 1;
1060 if (parity) {
1070 n = numrows - llen - parity - (parity == (numrows & 1));
1082 if (parity == (numrows & 1)) {
1095 if (!parity) {
1105 n = llen - (!parity) - (parity != (numrows & 1));
1117 if (parity != (numrows & 1)) {
1129 if (parity) {
1142 int parity)
1153 llen = (numrows + 1 - parity) >> 1;
1160 if (parity) {
1170 n = numrows - llen - parity - (parity == (numrows & 1));
1182 if (parity
1195 if (!parity) {
1205 n = llen - (!parity) - (parity != (numrows & 1));
1217 if (parity != (numrows & 1)) {
1229 if (parity) {
1241 void jpc_ft_invlift_row(jpc_fix_t *a, int numcols, int parity)
1249 llen = (numcols + 1 - parity) >> 1;
1256 if (!parity) {
1260 n = llen - (!parity) - (parity != (numcols & 1));
1266 if (parity != (numcols & 1)) {
1273 if (parity) {
1277 n = numcols - llen - parity - (parity == (numcols & 1));
1283 if (parity == (numcols & 1)) {
1289 if (parity) {
1298 void jpc_ft_invlift_col(jpc_fix_t *a, int numrows, int stride, int parity)
1311 llen = (numrows + 1 - parity) >> 1;
1318 if (!parity) {
1322 n = llen - (!parity) - (parity != (numrows & 1));
1328 if (parity != (numrows & 1)) {
1335 if (parity) {
1339 n = numrows - llen - parity - (parity == (numrows & 1));
1345 if (parity == (numrows & 1)) {
1351 if (parity) {
1360 void jpc_ft_invlift_colgrp(jpc_fix_t *a, int numrows, int stride, int parity)
1371 llen = (numrows + 1 - parity) >> 1;
1378 if (!parity) {
1388 n = llen - (!parity) - (parity != (numrows & 1));
1400 if (parity != (numrows & 1)) {
1413 if (parity) {
1423 n = numrows - llen - parity - (parity == (numrows & 1));
1435 if (parity == (numrows & 1)) {
1447 if (parity) {
1460 int parity)
1471 llen = (numrows + 1 - parity) >> 1;
1478 if (!parity) {
1488 n = llen - (!parity) - (parity != (numrows & 1));
1500 if (parity != (numrows & 1)) {
1513 if (parity) {
1523 n = numrows - llen - parity - (parity == (numrows & 1));
1535 if (parity == (numrows & 1)) {
1547 if (parity) {
1643 void jpc_ns_fwdlift_row(jpc_fix_t *a, int numcols, int parity)
1651 llen = (numcols + 1 - parity) >> 1;
1658 if (parity) {
1663 n = numcols - llen - parity - (parity == (numcols & 1));
1670 if (parity == (numcols & 1)) {
1678 if (!parity) {
1683 n = llen - (!parity) - (parity != (numcols & 1));
1690 if (parity != (numcols & 1)) {
1698 if (parity) {
1703 n = numcols - llen - parity - (parity == (numcols & 1));
1710 if (parity == (numcols & 1)) {
1718 if (!parity) {
1723 n = llen - (!parity) - (parity != (numcols & 1));
1730 if (parity != (numcols & 1)) {
1754 if (parity) {
1765 int parity)
1776 llen = (numrows + 1 - parity) >> 1;
1783 if (parity) {
1794 n = numrows - llen - parity - (parity == (numrows & 1));
1807 if (parity == (numrows & 1)) {
1821 if (!parity) {
1832 n = llen - (!parity) - (parity != (numrows & 1));
1845 if (parity != (numrows & 1)) {
1859 if (parity) {
1870 n = numrows - llen - parity - (parity == (numrows & 1));
1883 if (parity == (numrows & 1)) {
1897 if (!parity) {
1908 n = llen - (!parity) - (parity != (numrows & 1));
1921 if (parity != (numrows & 1)) {
1959 if (parity) {
1973 int stride, int parity)
1984 llen = (numrows + 1 - parity) >> 1;
1991 if (parity) {
2002 n = numrows - llen - parity - (parity == (numrows & 1));
2015 if (parity == (numrows & 1)) {
2029 if (!parity) {
2040 n = llen - (!parity) - (parity != (numrows & 1));
2053 if (parity != (numrows & 1)) {
2067 if (parity) {
2078 n = numrows - llen - parity - (parity == (numrows & 1));
2091 if (parity == (numrows & 1)) {
2105 if (!parity) {
2116 n = llen - (!parity) - (parity != (numrows & 1));
2129 if (parity != (numrows & 1)) {
2167 if (parity) {
2181 int parity)
2191 llen = (numrows + 1 - parity) >> 1;
2198 if (parity) {
2207 n = numrows - llen - parity - (parity == (numrows & 1));
2218 if (parity == (numrows & 1)) {
2230 if (!parity) {
2239 n = llen - (!parity) - (parity != (numrows & 1));
2250 if (parity != (numrows & 1)) {
2262 if (parity) {
2271 n = numrows - llen - parity - (parity == (numrows & 1));
2282 if (parity == (numrows & 1)) {
2294 if (!parity) {
2303 n = llen - (!parity) - (parity != (numrows & 1));
2314 if (parity != (numrows & 1)) {
2346 if (parity) {
2357 void jpc_ns_invlift_row(jpc_fix_t *a, int numcols, int parity)
2365 llen = (numcols + 1 - parity) >> 1;
2388 if (!parity) {
2393 n = llen - (!parity) - (parity != (numcols & 1));
2400 if (parity != (numcols & 1)) {
2408 if (parity) {
2413 n = numcols - llen - parity - (parity == (numcols & 1));
2420 if (parity == (numcols & 1)) {
2428 if (!parity) {
2433 n = llen - (!parity) - (parity != (numcols & 1));
2440 if (parity != (numcols & 1)) {
2448 if (parity) {
2453 n = numcols - llen - parity - (parity == (numcols & 1));
2460 if (parity == (numcols & 1)) {
2468 if (parity) {
2479 int parity)
2490 llen = (numrows + 1 - parity) >> 1;
2521 if (!parity) {
2532 n = llen - (!parity) - (parity != (numrows & 1));
2545 if (parity != (numrows & 1)) {
2559 if (parity) {
2570 n = numrows - llen - parity - (parity == (numrows & 1));
2583 if (parity == (numrows & 1)) {
2597 if (!parity) {
2608 n = llen - (!parity) - (parity != (numrows & 1));
2621 if (parity != (numrows & 1)) {
2635 if (parity) {
2646 n = numrows - llen - parity - (parity == (numrows & 1));
2659 if (parity == (numrows & 1)) {
2673 if (parity) {
2687 int stride, int parity)
2698 llen = (numrows + 1 - parity) >> 1;
2729 if (!parity) {
2740 n = llen - (!parity) - (parity != (numrows & 1));
2753 if (parity != (numrows & 1)) {
2767 if (parity) {
2778 n = numrows - llen - parity - (parity == (numrows & 1));
2791 if (parity == (numrows & 1)) {
2805 if (!parity) {
2816 n = llen - (!parity) - (parity != (numrows & 1));
2829 if (parity != (numrows & 1)) {
2843 if (parity) {
2854 n = numrows - llen - parity - (parity == (numrows & 1));
2867 if (parity == (numrows & 1)) {
2881 if (parity) {
2895 int parity)
2905 llen = (numrows + 1 - parity) >> 1;
2932 if (!parity) {
2941 n = llen - (!parity) - (parity != (numrows & 1));
2952 if (parity != (numrows & 1)) {
2964 if (parity) {
2973 n = numrows - llen - parity - (parity == (numrows & 1));
2984 if (parity == (numrows & 1)) {
2996 if (!parity) {
3005 n = llen - (!parity) - (parity != (numrows & 1));
3016 if (parity != (numrows & 1)) {
3028 if (parity) {
3037 n = numrows - llen - parity - (parity == (numrows & 1));
3048 if (parity == (numrows & 1)) {
3060 if (parity) {