Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dtcd.h183 OPJ_UINT32 win_y0; member
216 OPJ_UINT32 win_y0; member
278 OPJ_UINT32 win_y0; member
398 OPJ_UINT32 win_y0,
Dtcd.c852 l_tilec->win_y0 = 0; in opj_tcd_init_tile()
1350 h = l_res->win_y1 - l_res->win_y0; in opj_tcd_get_decoded_tile_size()
1472 OPJ_UINT32 win_y0, in opj_tcd_decode_tile() argument
1490 p_tcd->win_y0 = win_y0; in opj_tcd_decode_tile()
1578 tilec->win_y0 = opj_uint_max( in opj_tcd_decode_tile()
1580 opj_uint_ceildiv(p_tcd->win_y0, image_comp->dy)); in opj_tcd_decode_tile()
1588 tilec->win_y1 < tilec->win_y0) { in opj_tcd_decode_tile()
1601 res->win_y0 = opj_uint_ceildivpow2(tilec->win_y0, 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.c1958 OPJ_UINT32 win_tcy0 = tilec->win_y0; in opj_dwt_decode_partial_tile()
1974 tr_max->win_y0 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_tile()
2167 tr_max->win_y0 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_tile()
2676 OPJ_UINT32 win_tcy0 = tilec->win_y0; in opj_dwt_decode_partial_97()
2692 tr_max->win_y0 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_97()
2876 tr_max->win_y0 - (OPJ_UINT32)tr_max->y0, in opj_dwt_decode_partial_97()
Dj2k.c9059 res_y0 = (OPJ_INT32)l_res->win_y0; in opj_j2k_update_image_data()