Searched refs:win_x0 (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dtcd.h182 OPJ_UINT32 win_x0; member in struct:opj_tcd_resolution
215 OPJ_UINT32 win_x0; member in struct:opj_tcd_tilecomp
277 OPJ_UINT32 win_x0; member in struct:opj_tcd
281 /** Only valid for decoding. Whether the whole tile is decoded, or just the region in win_x0/win_y0/win_x1/win_y1 */
382 @param win_x0 Upper left x of region to decode (in grid coordinates)
397 OPJ_UINT32 win_x0,
459 * tcd->win_x0,tcd->win_y0,tcd->win_x1,tcd->win_y1.
H A Dtcd.c851 l_tilec->win_x0 = 0;
1330 w = l_res->win_x1 - l_res->win_x0;
1452 OPJ_UINT32 win_x0,
1470 p_tcd->win_x0 = win_x0;
1556 tilec->win_x0 = opj_uint_max(
1558 opj_uint_ceildiv(p_tcd->win_x0, image_comp->dx));
1568 if (tilec->win_x1 < tilec->win_x0 ||
1580 res->win_x0 = opj_uint_ceildivpow2(tilec->win_x0,
1451 opj_tcd_decode_tile(opj_tcd_t *p_tcd, OPJ_UINT32 win_x0, OPJ_UINT32 win_y0, OPJ_UINT32 win_x1, OPJ_UINT32 win_y1, OPJ_UINT32 numcomps_to_decode, const OPJ_UINT32 *comps_indices, OPJ_BYTE *p_src, OPJ_UINT32 p_max_length, OPJ_UINT32 p_tile_no, opj_codestream_index_t *p_cstr_index, opj_event_mgr_t *p_manager ) argument
[all...]
H A Ddwt.c1959 OPJ_UINT32 win_tcx0 = tilec->win_x0;
1975 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0,
1980 1, tr_max->win_x1 - tr_max->win_x0,
2168 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0,
2173 1, tr_max->win_x1 - tr_max->win_x0,
2677 OPJ_UINT32 win_tcx0 = tilec->win_x0;
2693 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0,
2698 1, tr_max->win_x1 - tr_max->win_x0,
2874 tr_max->win_x0 - (OPJ_UINT32)tr_max->x0,
2879 1, tr_max->win_x1 - tr_max->win_x0,
[all...]
H A Dj2k.c9042 res_x0 = (OPJ_INT32)l_res->win_x0;
9046 src_data_stride = l_res->win_x1 - l_res->win_x0;

Completed in 178 milliseconds