Searched refs:tr_max (Results 1 – 1 of 1) sorted by relevance
1883 opj_tcd_resolution_t* tr_max = &(tilec->resolutions[numres - 1]); in opj_dwt_init_sparse_array() local1884 OPJ_UINT32 w = (OPJ_UINT32)(tr_max->x1 - tr_max->x0); in opj_dwt_init_sparse_array()1885 OPJ_UINT32 h = (OPJ_UINT32)(tr_max->y1 - tr_max->y0); in opj_dwt_init_sparse_array()1948 opj_tcd_resolution_t* tr_max = &(tilec->resolutions[numres - 1]); in opj_dwt_decode_partial_tile() local1964 if (tr_max->x0 == tr_max->x1 || tr_max->y0 == tr_max->y1) { in opj_dwt_decode_partial_tile()1975 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_tile()1976 tr_max->win_y0 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_tile()1977 tr_max->win_x1 - (OPJ_UINT32)tr_max->x0, in opj_dwt_decode_partial_tile()1978 tr_max->win_y1 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_tile()1980 1, tr_max->win_x1 - tr_max->win_x0, in opj_dwt_decode_partial_tile()[all …]