Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dtcd.h185 OPJ_UINT32 win_y1; member
218 OPJ_UINT32 win_y1; member
280 OPJ_UINT32 win_y1; member
400 OPJ_UINT32 win_y1,
Dtcd.c854 l_tilec->win_y1 = 0; in opj_tcd_init_tile()
1350 h = l_res->win_y1 - l_res->win_y0; in opj_tcd_get_decoded_tile_size()
1474 OPJ_UINT32 win_y1, in opj_tcd_decode_tile() argument
1492 p_tcd->win_y1 = win_y1; in opj_tcd_decode_tile()
1584 tilec->win_y1 = opj_uint_min( in opj_tcd_decode_tile()
1586 opj_uint_ceildiv(p_tcd->win_y1, image_comp->dy)); in opj_tcd_decode_tile()
1588 tilec->win_y1 < tilec->win_y0) { in opj_tcd_decode_tile()
1605 res->win_y1 = opj_uint_ceildivpow2(tilec->win_y1, in opj_tcd_decode_tile()
1661 OPJ_SIZE_T h = res->win_y1 - res->win_y0; in opj_tcd_decode_tile()
1758 l_height = l_res->win_y1 - l_res->win_y0; in opj_tcd_update_tile_data()
[all …]
Ddwt.c1960 OPJ_UINT32 win_tcy1 = tilec->win_y1; in opj_dwt_decode_partial_tile()
1976 tr_max->win_y1 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_tile()
2169 tr_max->win_y1 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_tile()
2678 OPJ_UINT32 win_tcy1 = tilec->win_y1; in opj_dwt_decode_partial_97()
2694 tr_max->win_y1 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_97()
2878 tr_max->win_y1 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_97()
Dj2k.c9061 res_y1 = (OPJ_INT32)l_res->win_y1; in opj_j2k_update_image_data()