Home | History | Annotate | Download | only in libopenjpeg20

Lines Matching full:opj_int_max

668         l_tile->x0 = opj_int_max((OPJ_INT32)(l_cp->tx0 + p * l_cp->tdx), (OPJ_INT32)l_image->x0);                                                                                                                                             \
669 l_tile->y0 = opj_int_max((OPJ_INT32)(l_cp->ty0 + q * l_cp->tdy), (OPJ_INT32)l_image->y0); \
884 l_current_precinct->x0 = opj_int_max(cbgxstart, l_band->x0); \
885 l_current_precinct->y0 = opj_int_max(cbgystart, l_band->y0); \
977 l_code_block->x0 = opj_int_max(cblkxstart, l_current_precinct->x0); \
978 l_code_block->y0 = opj_int_max(cblkystart, l_current_precinct->y0); \