• Home
  • Raw
  • Download

Lines Matching refs:OPJ_UINT32

97     OPJ_UINT32      win_l_x0; /* start coord in low pass band */
98 OPJ_UINT32 win_l_x1; /* end coord in low pass band */
99 OPJ_UINT32 win_h_x0; /* start coord in high pass band */
100 OPJ_UINT32 win_h_x1; /* end coord in high pass band */
150 const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 i);
154 OPJ_UINT32 numres);
159 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r,
160 OPJ_UINT32 i);
169 OPJ_UINT32 width,
170 OPJ_UINT32 remaining_height);
174 OPJ_UINT32 width,
175 OPJ_UINT32 nb_elts_read);
179 OPJ_UINT32 start,
180 OPJ_UINT32 end,
184 OPJ_UINT32 start,
185 OPJ_UINT32 end,
186 OPJ_UINT32 m, __m128 c);
190 OPJ_UINT32 start,
191 OPJ_UINT32 end,
195 OPJ_UINT32 start,
196 OPJ_UINT32 end,
197 OPJ_UINT32 m,
485 memcpy(tiledp, tmp, (OPJ_UINT32)len * sizeof(OPJ_INT32)); in opj_idwt53_h_cas0()
554 memcpy(tiledp, tmp, (OPJ_UINT32)len * sizeof(OPJ_INT32)); in opj_idwt53_h_cas1()
571 memcpy(tiledp, dwt->mem, (OPJ_UINT32)(dwt->sn + dwt->dn) * sizeof(OPJ_INT32)); in opj_idwt53_h()
590 memcpy(tiledp, dwt->mem, (OPJ_UINT32)len * sizeof(OPJ_INT32)); in opj_idwt53_h()
1213 OPJ_UINT32 numres) in opj_dwt_decode()
1226 OPJ_UINT32 opj_dwt_getgain(OPJ_UINT32 orient) in opj_dwt_getgain()
1240 OPJ_FLOAT64 opj_dwt_getnorm(OPJ_UINT32 level, OPJ_UINT32 orient) in opj_dwt_getnorm()
1264 OPJ_UINT32 opj_dwt_getgain_real(OPJ_UINT32 orient) in opj_dwt_getgain_real()
1273 OPJ_FLOAT64 opj_dwt_getnorm_real(OPJ_UINT32 level, OPJ_UINT32 orient) in opj_dwt_getnorm_real()
1286 void opj_dwt_calc_explicit_stepsizes(opj_tccp_t * tccp, OPJ_UINT32 prec) in opj_dwt_calc_explicit_stepsizes()
1288 OPJ_UINT32 numbands, bandno; in opj_dwt_calc_explicit_stepsizes()
1292 OPJ_UINT32 resno, level, orient, gain; in opj_dwt_calc_explicit_stepsizes()
1313 static OPJ_UINT32 opj_dwt_max_resolution(opj_tcd_resolution_t* OPJ_RESTRICT r, in opj_dwt_max_resolution()
1314 OPJ_UINT32 i) in opj_dwt_max_resolution()
1316 OPJ_UINT32 mr = 0; in opj_dwt_max_resolution()
1317 OPJ_UINT32 w; in opj_dwt_max_resolution()
1320 if (mr < (w = (OPJ_UINT32)(r->x1 - r->x0))) { in opj_dwt_max_resolution()
1323 if (mr < (w = (OPJ_UINT32)(r->y1 - r->y0))) { in opj_dwt_max_resolution()
1332 OPJ_UINT32 rw;
1333 OPJ_UINT32 w;
1335 OPJ_UINT32 min_j;
1336 OPJ_UINT32 max_j;
1341 OPJ_UINT32 j; in opj_dwt_decode_h_func()
1356 OPJ_UINT32 rh;
1357 OPJ_UINT32 w;
1359 OPJ_UINT32 min_j;
1360 OPJ_UINT32 max_j;
1365 OPJ_UINT32 j; in opj_dwt_decode_v_func()
1388 const opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres) in opj_dwt_decode_tile()
1395 OPJ_UINT32 rw = (OPJ_UINT32)(tr->x1 - in opj_dwt_decode_tile()
1397 OPJ_UINT32 rh = (OPJ_UINT32)(tr->y1 - in opj_dwt_decode_tile()
1400 OPJ_UINT32 w = (OPJ_UINT32)(tilec->resolutions[tilec->minimum_num_resolutions - in opj_dwt_decode_tile()
1431 OPJ_UINT32 j; in opj_dwt_decode_tile()
1437 rw = (OPJ_UINT32)(tr->x1 - tr->x0); in opj_dwt_decode_tile()
1438 rh = (OPJ_UINT32)(tr->y1 - tr->y0); in opj_dwt_decode_tile()
1440 h.dn = (OPJ_INT32)(rw - (OPJ_UINT32)h.sn); in opj_dwt_decode_tile()
1448 OPJ_UINT32 num_jobs = (OPJ_UINT32)num_threads; in opj_dwt_decode_tile()
1449 OPJ_UINT32 step_j; in opj_dwt_decode_tile()
1491 v.dn = (OPJ_INT32)(rh - (OPJ_UINT32)v.sn); in opj_dwt_decode_tile()
1503 OPJ_UINT32 num_jobs = (OPJ_UINT32)num_threads; in opj_dwt_decode_tile()
1504 OPJ_UINT32 step_j; in opj_dwt_decode_tile()
1553 OPJ_UINT32 sa_line, in opj_dwt_interleave_partial_h()
1554 OPJ_UINT32 sn, in opj_dwt_interleave_partial_h()
1555 OPJ_UINT32 win_l_x0, in opj_dwt_interleave_partial_h()
1556 OPJ_UINT32 win_l_x1, in opj_dwt_interleave_partial_h()
1557 OPJ_UINT32 win_h_x0, in opj_dwt_interleave_partial_h()
1558 OPJ_UINT32 win_h_x1) in opj_dwt_interleave_partial_h()
1580 OPJ_UINT32 sa_col, in opj_dwt_interleave_partial_v()
1581 OPJ_UINT32 nb_cols, in opj_dwt_interleave_partial_v()
1582 OPJ_UINT32 sn, in opj_dwt_interleave_partial_v()
1583 OPJ_UINT32 win_l_y0, in opj_dwt_interleave_partial_v()
1584 OPJ_UINT32 win_l_y1, in opj_dwt_interleave_partial_v()
1585 OPJ_UINT32 win_h_y0, in opj_dwt_interleave_partial_v()
1586 OPJ_UINT32 win_h_y1) in opj_dwt_interleave_partial_v()
1680 #define OPJ_S_off(i,off) a[(OPJ_UINT32)(i)*2*4+off]
1681 #define OPJ_D_off(i,off) a[(1+(OPJ_UINT32)(i)*2)*4+off]
1688 OPJ_UINT32 nb_cols, in opj_dwt_decode_partial_1_parallel()
1697 OPJ_UINT32 off; in opj_dwt_decode_partial_1_parallel()
1825 OPJ_UINT32 resno, in opj_dwt_get_band_coordinates()
1826 OPJ_UINT32 bandno, in opj_dwt_get_band_coordinates()
1827 OPJ_UINT32 tcx0, in opj_dwt_get_band_coordinates()
1828 OPJ_UINT32 tcy0, in opj_dwt_get_band_coordinates()
1829 OPJ_UINT32 tcx1, in opj_dwt_get_band_coordinates()
1830 OPJ_UINT32 tcy1, in opj_dwt_get_band_coordinates()
1831 OPJ_UINT32* tbx0, in opj_dwt_get_band_coordinates()
1832 OPJ_UINT32* tby0, in opj_dwt_get_band_coordinates()
1833 OPJ_UINT32* tbx1, in opj_dwt_get_band_coordinates()
1834 OPJ_UINT32* tby1) in opj_dwt_get_band_coordinates()
1837 OPJ_UINT32 nb = (resno == 0) ? in opj_dwt_get_band_coordinates()
1842 OPJ_UINT32 x0b = bandno & 1; in opj_dwt_get_band_coordinates()
1843 OPJ_UINT32 y0b = bandno >> 1; in opj_dwt_get_band_coordinates()
1866 static void opj_dwt_segment_grow(OPJ_UINT32 filter_width, in opj_dwt_segment_grow()
1867 OPJ_UINT32 max_size, in opj_dwt_segment_grow()
1868 OPJ_UINT32* start, in opj_dwt_segment_grow()
1869 OPJ_UINT32* end) in opj_dwt_segment_grow()
1879 OPJ_UINT32 numres) in opj_dwt_init_sparse_array()
1882 OPJ_UINT32 w = (OPJ_UINT32)(tr_max->x1 - tr_max->x0); in opj_dwt_init_sparse_array()
1883 OPJ_UINT32 h = (OPJ_UINT32)(tr_max->y1 - tr_max->y0); in opj_dwt_init_sparse_array()
1884 OPJ_UINT32 resno, bandno, precno, cblkno; in opj_dwt_init_sparse_array()
1902 OPJ_UINT32 x = (OPJ_UINT32)(cblk->x0 - band->x0); in opj_dwt_init_sparse_array()
1903 OPJ_UINT32 y = (OPJ_UINT32)(cblk->y0 - band->y0); in opj_dwt_init_sparse_array()
1904 OPJ_UINT32 cblk_w = (OPJ_UINT32)(cblk->x1 - cblk->x0); in opj_dwt_init_sparse_array()
1905 OPJ_UINT32 cblk_h = (OPJ_UINT32)(cblk->y1 - cblk->y0); in opj_dwt_init_sparse_array()
1909 x += (OPJ_UINT32)(pres->x1 - pres->x0); in opj_dwt_init_sparse_array()
1913 y += (OPJ_UINT32)(pres->y1 - pres->y0); in opj_dwt_init_sparse_array()
1935 OPJ_UINT32 numres) in opj_dwt_decode_partial_tile()
1940 OPJ_UINT32 resno; in opj_dwt_decode_partial_tile()
1943 const OPJ_UINT32 filter_width = 2U; in opj_dwt_decode_partial_tile()
1948 OPJ_UINT32 rw = (OPJ_UINT32)(tr->x1 - in opj_dwt_decode_partial_tile()
1950 OPJ_UINT32 rh = (OPJ_UINT32)(tr->y1 - in opj_dwt_decode_partial_tile()
1957 OPJ_UINT32 win_tcx0 = tilec->win_x0; in opj_dwt_decode_partial_tile()
1958 OPJ_UINT32 win_tcy0 = tilec->win_y0; in opj_dwt_decode_partial_tile()
1959 OPJ_UINT32 win_tcx1 = tilec->win_x1; in opj_dwt_decode_partial_tile()
1960 OPJ_UINT32 win_tcy1 = tilec->win_y1; in opj_dwt_decode_partial_tile()
1973 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_tile()
1974 tr_max->win_y0 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_tile()
1975 tr_max->win_x1 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_tile()
1976 tr_max->win_y1 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_tile()
2006 OPJ_UINT32 i, j; in opj_dwt_decode_partial_tile()
2008 OPJ_UINT32 win_ll_x0, win_ll_y0, win_ll_x1, win_ll_y1; in opj_dwt_decode_partial_tile()
2009 OPJ_UINT32 win_hl_x0, win_hl_x1; in opj_dwt_decode_partial_tile()
2010 OPJ_UINT32 win_lh_y0, win_lh_y1; in opj_dwt_decode_partial_tile()
2012 OPJ_UINT32 win_tr_x0, win_tr_x1, win_tr_y0, win_tr_y1; in opj_dwt_decode_partial_tile()
2014 OPJ_UINT32 tr_ll_x0, tr_ll_y0, tr_hl_x0, tr_lh_y0; in opj_dwt_decode_partial_tile()
2021 rw = (OPJ_UINT32)(tr->x1 - tr->x0); in opj_dwt_decode_partial_tile()
2022 rh = (OPJ_UINT32)(tr->y1 - tr->y0); in opj_dwt_decode_partial_tile()
2024 h.dn = (OPJ_INT32)(rw - (OPJ_UINT32)h.sn); in opj_dwt_decode_partial_tile()
2027 v.dn = (OPJ_INT32)(rh - (OPJ_UINT32)v.sn); in opj_dwt_decode_partial_tile()
2048 tr_ll_x0 = (OPJ_UINT32)tr->bands[1].x0; in opj_dwt_decode_partial_tile()
2049 tr_ll_y0 = (OPJ_UINT32)tr->bands[0].y0; in opj_dwt_decode_partial_tile()
2050 tr_hl_x0 = (OPJ_UINT32)tr->bands[0].x0; in opj_dwt_decode_partial_tile()
2051 tr_lh_y0 = (OPJ_UINT32)tr->bands[1].y0; in opj_dwt_decode_partial_tile()
2065 opj_dwt_segment_grow(filter_width, (OPJ_UINT32)h.sn, &win_ll_x0, &win_ll_x1); in opj_dwt_decode_partial_tile()
2066 opj_dwt_segment_grow(filter_width, (OPJ_UINT32)h.dn, &win_hl_x0, &win_hl_x1); in opj_dwt_decode_partial_tile()
2068 opj_dwt_segment_grow(filter_width, (OPJ_UINT32)v.sn, &win_ll_y0, &win_ll_y1); in opj_dwt_decode_partial_tile()
2069 opj_dwt_segment_grow(filter_width, (OPJ_UINT32)v.dn, &win_lh_y0, &win_lh_y1); in opj_dwt_decode_partial_tile()
2090 (j >= win_lh_y0 + (OPJ_UINT32)v.sn && j < win_lh_y1 + (OPJ_UINT32)v.sn)) { in opj_dwt_decode_partial_tile()
2108 (OPJ_UINT32)h.sn, in opj_dwt_decode_partial_tile()
2132 OPJ_UINT32 nb_cols = opj_uint_min(4U, win_tr_x1 - i); in opj_dwt_decode_partial_tile()
2138 (OPJ_UINT32)v.sn, in opj_dwt_decode_partial_tile()
2166 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_tile()
2167 tr_max->win_y0 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_tile()
2168 tr_max->win_x1 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_tile()
2169 tr_max->win_y1 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_tile()
2182 OPJ_UINT32 width, in opj_v4dwt_interleave_h()
2183 OPJ_UINT32 remaining_height) in opj_v4dwt_interleave_h()
2186 OPJ_UINT32 i, k; in opj_v4dwt_interleave_h()
2187 OPJ_UINT32 x0 = dwt->win_l_x0; in opj_v4dwt_interleave_h()
2188 OPJ_UINT32 x1 = dwt->win_l_x1; in opj_v4dwt_interleave_h()
2195 OPJ_UINT32 j = i; in opj_v4dwt_interleave_h()
2207 OPJ_UINT32 j = i; in opj_v4dwt_interleave_h()
2236 OPJ_UINT32 sa_line, in opj_v4dwt_interleave_partial_h()
2237 OPJ_UINT32 remaining_height) in opj_v4dwt_interleave_partial_h()
2239 OPJ_UINT32 i; in opj_v4dwt_interleave_partial_h()
2250 (OPJ_UINT32)dwt->sn + dwt->win_h_x0, sa_line + i, in opj_v4dwt_interleave_partial_h()
2251 (OPJ_UINT32)dwt->sn + dwt->win_h_x1, sa_line + i + 1, in opj_v4dwt_interleave_partial_h()
2262 OPJ_UINT32 width, in opj_v4dwt_interleave_v()
2263 OPJ_UINT32 nb_elts_read) in opj_v4dwt_interleave_v()
2266 OPJ_UINT32 i; in opj_v4dwt_interleave_v()
2273 a += (OPJ_UINT32)dwt->sn * (OPJ_SIZE_T)width; in opj_v4dwt_interleave_v()
2284 OPJ_UINT32 sa_col, in opj_v4dwt_interleave_partial_v()
2285 OPJ_UINT32 nb_elts_read) in opj_v4dwt_interleave_partial_v()
2295 sa_col, (OPJ_UINT32)dwt->sn + dwt->win_h_x0, in opj_v4dwt_interleave_partial_v()
2296 sa_col + nb_elts_read, (OPJ_UINT32)dwt->sn + dwt->win_h_x1, in opj_v4dwt_interleave_partial_v()
2306 OPJ_UINT32 start, in opj_v4dwt_decode_step1_sse()
2307 OPJ_UINT32 end, in opj_v4dwt_decode_step1_sse()
2311 OPJ_UINT32 i; in opj_v4dwt_decode_step1_sse()
2330 OPJ_UINT32 start, in opj_v4dwt_decode_step2_sse()
2331 OPJ_UINT32 end, in opj_v4dwt_decode_step2_sse()
2332 OPJ_UINT32 m, in opj_v4dwt_decode_step2_sse()
2337 OPJ_UINT32 i; in opj_v4dwt_decode_step2_sse()
2338 OPJ_UINT32 imax = opj_uint_min(end, m); in opj_v4dwt_decode_step2_sse()
2386 OPJ_UINT32 start, in opj_v4dwt_decode_step1()
2387 OPJ_UINT32 end, in opj_v4dwt_decode_step1()
2391 OPJ_UINT32 i; in opj_v4dwt_decode_step1()
2405 OPJ_UINT32 start, in opj_v4dwt_decode_step2()
2406 OPJ_UINT32 end, in opj_v4dwt_decode_step2()
2407 OPJ_UINT32 m, in opj_v4dwt_decode_step2()
2412 OPJ_UINT32 i; in opj_v4dwt_decode_step2()
2413 OPJ_UINT32 imax = opj_uint_min(end, m); in opj_v4dwt_decode_step2()
2476 (OPJ_UINT32)opj_int_min(dwt->sn, dwt->dn - a), in opj_v4dwt_decode()
2480 (OPJ_UINT32)opj_int_min(dwt->dn, dwt->sn - b), in opj_v4dwt_decode()
2484 (OPJ_UINT32)opj_int_min(dwt->sn, dwt->dn - a), in opj_v4dwt_decode()
2488 (OPJ_UINT32)opj_int_min(dwt->dn, dwt->sn - b), in opj_v4dwt_decode()
2497 (OPJ_UINT32)opj_int_min(dwt->sn, dwt->dn - a), in opj_v4dwt_decode()
2501 (OPJ_UINT32)opj_int_min(dwt->dn, dwt->sn - b), in opj_v4dwt_decode()
2505 (OPJ_UINT32)opj_int_min(dwt->sn, dwt->dn - a), in opj_v4dwt_decode()
2509 (OPJ_UINT32)opj_int_min(dwt->dn, dwt->sn - b), in opj_v4dwt_decode()
2520 OPJ_UINT32 numres) in opj_dwt_decode_tile_97()
2527 OPJ_UINT32 rw = (OPJ_UINT32)(res->x1 - in opj_dwt_decode_tile_97()
2529 OPJ_UINT32 rh = (OPJ_UINT32)(res->y1 - in opj_dwt_decode_tile_97()
2532 OPJ_UINT32 w = (OPJ_UINT32)(tilec->resolutions[tilec->minimum_num_resolutions - in opj_dwt_decode_tile_97()
2559 OPJ_UINT32 j; in opj_dwt_decode_tile_97()
2566 rw = (OPJ_UINT32)(res->x1 - in opj_dwt_decode_tile_97()
2568 rh = (OPJ_UINT32)(res->y1 - in opj_dwt_decode_tile_97()
2571 h.dn = (OPJ_INT32)(rw - (OPJ_UINT32)h.sn); in opj_dwt_decode_tile_97()
2575 h.win_l_x1 = (OPJ_UINT32)h.sn; in opj_dwt_decode_tile_97()
2577 h.win_h_x1 = (OPJ_UINT32)h.dn; in opj_dwt_decode_tile_97()
2579 OPJ_UINT32 k; in opj_dwt_decode_tile_97()
2594 OPJ_UINT32 k; in opj_dwt_decode_tile_97()
2611 v.dn = (OPJ_INT32)(rh - (OPJ_UINT32)v.sn); in opj_dwt_decode_tile_97()
2614 v.win_l_x1 = (OPJ_UINT32)v.sn; in opj_dwt_decode_tile_97()
2616 v.win_h_x1 = (OPJ_UINT32)v.dn; in opj_dwt_decode_tile_97()
2620 OPJ_UINT32 k; in opj_dwt_decode_tile_97()
2632 OPJ_UINT32 k; in opj_dwt_decode_tile_97()
2652 OPJ_UINT32 numres) in opj_dwt_decode_partial_97()
2657 OPJ_UINT32 resno; in opj_dwt_decode_partial_97()
2661 const OPJ_UINT32 filter_width = 4U; in opj_dwt_decode_partial_97()
2666 OPJ_UINT32 rw = (OPJ_UINT32)(tr->x1 - in opj_dwt_decode_partial_97()
2668 OPJ_UINT32 rh = (OPJ_UINT32)(tr->y1 - in opj_dwt_decode_partial_97()
2675 OPJ_UINT32 win_tcx0 = tilec->win_x0; in opj_dwt_decode_partial_97()
2676 OPJ_UINT32 win_tcy0 = tilec->win_y0; in opj_dwt_decode_partial_97()
2677 OPJ_UINT32 win_tcx1 = tilec->win_x1; in opj_dwt_decode_partial_97()
2678 OPJ_UINT32 win_tcy1 = tilec->win_y1; in opj_dwt_decode_partial_97()
2691 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_97()
2692 tr_max->win_y0 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_97()
2693 tr_max->win_x1 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_97()
2694 tr_max->win_y1 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_97()
2727 OPJ_UINT32 j; in opj_dwt_decode_partial_97()
2729 OPJ_UINT32 win_ll_x0, win_ll_y0, win_ll_x1, win_ll_y1; in opj_dwt_decode_partial_97()
2730 OPJ_UINT32 win_hl_x0, win_hl_x1; in opj_dwt_decode_partial_97()
2731 OPJ_UINT32 win_lh_y0, win_lh_y1; in opj_dwt_decode_partial_97()
2733 OPJ_UINT32 win_tr_x0, win_tr_x1, win_tr_y0, win_tr_y1; in opj_dwt_decode_partial_97()
2735 OPJ_UINT32 tr_ll_x0, tr_ll_y0, tr_hl_x0, tr_lh_y0; in opj_dwt_decode_partial_97()
2742 rw = (OPJ_UINT32)(tr->x1 - tr->x0); in opj_dwt_decode_partial_97()
2743 rh = (OPJ_UINT32)(tr->y1 - tr->y0); in opj_dwt_decode_partial_97()
2745 h.dn = (OPJ_INT32)(rw - (OPJ_UINT32)h.sn); in opj_dwt_decode_partial_97()
2748 v.dn = (OPJ_INT32)(rh - (OPJ_UINT32)v.sn); in opj_dwt_decode_partial_97()
2769 tr_ll_x0 = (OPJ_UINT32)tr->bands[1].x0; in opj_dwt_decode_partial_97()
2770 tr_ll_y0 = (OPJ_UINT32)tr->bands[0].y0; in opj_dwt_decode_partial_97()
2771 tr_hl_x0 = (OPJ_UINT32)tr->bands[0].x0; in opj_dwt_decode_partial_97()
2772 tr_lh_y0 = (OPJ_UINT32)tr->bands[1].y0; in opj_dwt_decode_partial_97()
2786 opj_dwt_segment_grow(filter_width, (OPJ_UINT32)h.sn, &win_ll_x0, &win_ll_x1); in opj_dwt_decode_partial_97()
2787 opj_dwt_segment_grow(filter_width, (OPJ_UINT32)h.dn, &win_hl_x0, &win_hl_x1); in opj_dwt_decode_partial_97()
2789 opj_dwt_segment_grow(filter_width, (OPJ_UINT32)v.sn, &win_ll_y0, &win_ll_y1); in opj_dwt_decode_partial_97()
2790 opj_dwt_segment_grow(filter_width, (OPJ_UINT32)v.dn, &win_lh_y0, &win_lh_y1); in opj_dwt_decode_partial_97()
2815 (j + 3 >= win_lh_y0 + (OPJ_UINT32)v.sn && in opj_dwt_decode_partial_97()
2816 j < win_lh_y1 + (OPJ_UINT32)v.sn)) { in opj_dwt_decode_partial_97()
2834 (j + 3 >= win_lh_y0 + (OPJ_UINT32)v.sn && in opj_dwt_decode_partial_97()
2835 j < win_lh_y1 + (OPJ_UINT32)v.sn))) { in opj_dwt_decode_partial_97()
2855 OPJ_UINT32 nb_elts = opj_uint_min(4U, win_tr_x1 - j); in opj_dwt_decode_partial_97()
2875 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_97()
2876 tr_max->win_y0 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_97()
2877 tr_max->win_x1 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_97()
2878 tr_max->win_y1 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_97()
2894 OPJ_UINT32 numres) in opj_dwt_decode_real()