HomeSort by relevance Sort by last modified time
    Searched refs:ty0 (Results 1 - 7 of 7) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
pi.h 103 OPJ_INT32 tx0, ty0, tx1, ty1; member in struct:opj_pi_iterator
pi.c 338 pi->poc.ty0 = pi->ty0;
344 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
359 try0 = opj_int_ceildiv(pi->ty0, (OPJ_INT32)(comp->dy << levelno));
364 if (!((pi->y % (OPJ_INT32)(comp->dy << rpy) == 0) || ((pi->y == pi->ty0) && ((try0 << levelno) % (1 << rpy))))){
425 pi->poc.ty0 = pi->ty0;
430 for (pi->y = pi->poc.ty0; pi->y < pi->poc.ty1; pi->y += (OPJ_INT32)(pi->dy - (OPJ_UINT32)(pi->y % (OPJ_INT32)pi->dy))) {
443 try0 = opj_int_ceildiv(pi->ty0, (OPJ_INT32)(comp->dy << levelno));
448 if (!((pi->y % (OPJ_INT32)(comp->dy << rpy) == 0) || ((pi->y == pi->ty0) && ((try0 << levelno) % (1 << rpy)))))
    [all...]
image.c 117 l_y0 = opj_uint_max(p_cp->ty0 , p_image_header->y0);
119 l_y1 = p_cp->ty0 + (p_cp->th - 1U) * p_cp->tdy; /* can't overflow */
openjpeg.h 339 OPJ_INT32 tx0,tx1,ty0,ty1; member in struct:opj_poc
923 OPJ_UINT32 ty0; member in struct:opj_codestream_info_v2
    [all...]
j2k.h 362 OPJ_UINT32 ty0; /* MSD see norm */ member in struct:opj_cp
j2k.c     [all...]
tcd.c     [all...]

Completed in 86 milliseconds