Home
last modified time | relevance | path

Searched refs:win_x0 (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dtcd.h182 OPJ_UINT32 win_x0; member
215 OPJ_UINT32 win_x0; member
277 OPJ_UINT32 win_x0; member
397 OPJ_UINT32 win_x0,
Dtcd.c851 l_tilec->win_x0 = 0; in opj_tcd_init_tile()
1330 w = l_res->win_x1 - l_res->win_x0; in opj_tcd_get_decoded_tile_size()
1452 OPJ_UINT32 win_x0, in opj_tcd_decode_tile() argument
1470 p_tcd->win_x0 = win_x0; in opj_tcd_decode_tile()
1556 tilec->win_x0 = opj_uint_max( in opj_tcd_decode_tile()
1558 opj_uint_ceildiv(p_tcd->win_x0, image_comp->dx)); in opj_tcd_decode_tile()
1568 if (tilec->win_x1 < tilec->win_x0 || in opj_tcd_decode_tile()
1580 res->win_x0 = opj_uint_ceildivpow2(tilec->win_x0, in opj_tcd_decode_tile()
1641 OPJ_SIZE_T w = res->win_x1 - res->win_x0; in opj_tcd_decode_tile()
1738 l_width = l_res->win_x1 - l_res->win_x0; in opj_tcd_update_tile_data()
[all …]
Ddwt.c1959 OPJ_UINT32 win_tcx0 = tilec->win_x0; in opj_dwt_decode_partial_tile()
1975 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_tile()
1980 1, tr_max->win_x1 - tr_max->win_x0, in opj_dwt_decode_partial_tile()
2168 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_tile()
2173 1, tr_max->win_x1 - tr_max->win_x0, in opj_dwt_decode_partial_tile()
2677 OPJ_UINT32 win_tcx0 = tilec->win_x0; in opj_dwt_decode_partial_97()
2693 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_97()
2698 1, tr_max->win_x1 - tr_max->win_x0, in opj_dwt_decode_partial_97()
2874 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_97()
2879 1, tr_max->win_x1 - tr_max->win_x0, in opj_dwt_decode_partial_97()
Dj2k.c9042 res_x0 = (OPJ_INT32)l_res->win_x0; in opj_j2k_update_image_data()
9046 src_data_stride = l_res->win_x1 - l_res->win_x0; in opj_j2k_update_image_data()