Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dtcd.h184 OPJ_UINT32 win_x1; member
217 OPJ_UINT32 win_x1; member
279 OPJ_UINT32 win_x1; member
399 OPJ_UINT32 win_x1,
Dtcd.c853 l_tilec->win_x1 = 0; in opj_tcd_init_tile()
1330 w = l_res->win_x1 - l_res->win_x0; in opj_tcd_get_decoded_tile_size()
1454 OPJ_UINT32 win_x1, in opj_tcd_decode_tile() argument
1472 p_tcd->win_x1 = win_x1; in opj_tcd_decode_tile()
1562 tilec->win_x1 = opj_uint_min( in opj_tcd_decode_tile()
1564 opj_uint_ceildiv(p_tcd->win_x1, image_comp->dx)); in opj_tcd_decode_tile()
1568 if (tilec->win_x1 < tilec->win_x0 || in opj_tcd_decode_tile()
1584 res->win_x1 = opj_uint_ceildivpow2(tilec->win_x1, 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.c1961 OPJ_UINT32 win_tcx1 = tilec->win_x1; in opj_dwt_decode_partial_tile()
1977 tr_max->win_x1 - (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()
2170 tr_max->win_x1 - (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()
2679 OPJ_UINT32 win_tcx1 = tilec->win_x1; in opj_dwt_decode_partial_97()
2695 tr_max->win_x1 - (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()
2876 tr_max->win_x1 - (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.c9044 res_x1 = (OPJ_INT32)l_res->win_x1; in opj_j2k_update_image_data()
9046 src_data_stride = l_res->win_x1 - l_res->win_x0; in opj_j2k_update_image_data()