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()
1349 w = l_res->win_x1 - l_res->win_x0; in opj_tcd_get_decoded_tile_size()
1473 OPJ_UINT32 win_x1, in opj_tcd_decode_tile() argument
1491 p_tcd->win_x1 = win_x1; in opj_tcd_decode_tile()
1581 tilec->win_x1 = opj_uint_min( in opj_tcd_decode_tile()
1583 opj_uint_ceildiv(p_tcd->win_x1, image_comp->dx)); in opj_tcd_decode_tile()
1587 if (tilec->win_x1 < tilec->win_x0 || in opj_tcd_decode_tile()
1603 res->win_x1 = opj_uint_ceildivpow2(tilec->win_x1, in opj_tcd_decode_tile()
1660 OPJ_SIZE_T w = res->win_x1 - res->win_x0; in opj_tcd_decode_tile()
1757 l_width = l_res->win_x1 - l_res->win_x0; in opj_tcd_update_tile_data()
[all …]
Ddwt.c1959 OPJ_UINT32 win_tcx1 = tilec->win_x1; in opj_dwt_decode_partial_tile()
1975 tr_max->win_x1 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_tile()
1978 1, tr_max->win_x1 - tr_max->win_x0, in opj_dwt_decode_partial_tile()
2168 tr_max->win_x1 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_tile()
2171 1, tr_max->win_x1 - tr_max->win_x0, in opj_dwt_decode_partial_tile()
2677 OPJ_UINT32 win_tcx1 = tilec->win_x1; in opj_dwt_decode_partial_97()
2693 tr_max->win_x1 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_97()
2696 1, tr_max->win_x1 - tr_max->win_x0, in opj_dwt_decode_partial_97()
2877 tr_max->win_x1 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_97()
2880 1, tr_max->win_x1 - tr_max->win_x0, in opj_dwt_decode_partial_97()
Dj2k.c9060 res_x1 = (OPJ_INT32)l_res->win_x1; in opj_j2k_update_image_data()
9062 src_data_stride = l_res->win_x1 - l_res->win_x0; in opj_j2k_update_image_data()