Searched refs:win_x0 (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | tcd.h | 182 OPJ_UINT32 win_x0; member 215 OPJ_UINT32 win_x0; member 277 OPJ_UINT32 win_x0; member 397 OPJ_UINT32 win_x0,
|
D | tcd.c | 851 l_tilec->win_x0 = 0; in opj_tcd_init_tile() 1349 w = l_res->win_x1 - l_res->win_x0; in opj_tcd_get_decoded_tile_size() 1471 OPJ_UINT32 win_x0, in opj_tcd_decode_tile() argument 1489 p_tcd->win_x0 = win_x0; in opj_tcd_decode_tile() 1575 tilec->win_x0 = opj_uint_max( in opj_tcd_decode_tile() 1577 opj_uint_ceildiv(p_tcd->win_x0, image_comp->dx)); in opj_tcd_decode_tile() 1587 if (tilec->win_x1 < tilec->win_x0 || in opj_tcd_decode_tile() 1599 res->win_x0 = opj_uint_ceildivpow2(tilec->win_x0, 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 …]
|
D | dwt.c | 1957 OPJ_UINT32 win_tcx0 = tilec->win_x0; in opj_dwt_decode_partial_tile() 1973 tr_max->win_x0 - (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() 2166 tr_max->win_x0 - (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() 2675 OPJ_UINT32 win_tcx0 = tilec->win_x0; in opj_dwt_decode_partial_97() 2691 tr_max->win_x0 - (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() 2875 tr_max->win_x0 - (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()
|
D | j2k.c | 9058 res_x0 = (OPJ_INT32)l_res->win_x0; in opj_j2k_update_image_data() 9062 src_data_stride = l_res->win_x1 - l_res->win_x0; in opj_j2k_update_image_data()
|