Lines Matching refs:opj_uint_min
542 OPJ_UINT32 maxlen = tcd_tcp->rates[layno] > 0.0f ? opj_uint_min((( in opj_tcd_rateallocate()
772 l_tile->x1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_tx0, l_cp->tdx), in opj_tcd_init_tile()
782 l_tile->y1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_ty0, l_cp->tdy), in opj_tcd_init_tile()
954 cblkwidthexpn = opj_uint_min(l_tccp->cblkw, cbgwidthexpn); in opj_tcd_init_tile()
955 cblkheightexpn = opj_uint_min(l_tccp->cblkh, cbgheightexpn); in opj_tcd_init_tile()
1562 tilec->win_x1 = opj_uint_min( in opj_tcd_decode_tile()
1565 tilec->win_y1 = opj_uint_min( in opj_tcd_decode_tile()
2717 OPJ_UINT32 tcx1 = opj_uint_min( in opj_tcd_is_subband_area_of_interest()
2720 OPJ_UINT32 tcy1 = opj_uint_min( in opj_tcd_is_subband_area_of_interest()
2790 OPJ_UINT32 tcx1 = opj_uint_min( in opj_tcd_is_whole_tilecomp_decoding()
2793 OPJ_UINT32 tcy1 = opj_uint_min( in opj_tcd_is_whole_tilecomp_decoding()