Home
last modified time | relevance | path

Searched refs:opj_int_max (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dt1_generate_luts.c250 opj_int_max(0, in main()
253 opj_int_max(0, in main()
262 opj_int_max(0, in main()
265 opj_int_max(0, in main()
Dopj_intmath.h72 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_max() function
Dtcd.c932 l_current_precinct->x0 = opj_int_max(cbgxstart, l_band->x0); in opj_tcd_init_tile()
933 l_current_precinct->y0 = opj_int_max(cbgystart, l_band->y0); in opj_tcd_init_tile()
1027 l_code_block->x0 = opj_int_max(cblkxstart, l_current_precinct->x0); in opj_tcd_init_tile()
1028 l_code_block->y0 = opj_int_max(cblkystart, l_current_precinct->y0); in opj_tcd_init_tile()
1042 l_code_block->x0 = opj_int_max(cblkxstart, l_current_precinct->x0); in opj_tcd_init_tile()
1043 l_code_block->y0 = opj_int_max(cblkystart, l_current_precinct->y0); in opj_tcd_init_tile()
Dpi.c602 *p_tx0 = opj_int_max((OPJ_INT32)(p_cp->tx0 + p * p_cp->tdx), (OPJ_INT32)p_image->x0); in opj_get_encoding_parameters()
604 *p_ty0 = opj_int_max((OPJ_INT32)(p_cp->ty0 + q * p_cp->tdy), (OPJ_INT32)p_image->y0); in opj_get_encoding_parameters()
Dt2.c688 … increment = (OPJ_UINT32)opj_int_max((OPJ_INT32)increment, opj_int_floorlog2((OPJ_INT32)len) + 1 in opj_t2_encode_packet()
Dt1.c1595 max = opj_int_max(max, tmp); in opj_t1_encode_cblk()
Dj2k.c4654 … l_x0 = opj_int_max((OPJ_INT32)(l_cp->tx0 + j * l_cp->tdx), (OPJ_INT32)l_image->x0); in opj_j2k_update_rates()
4655 … l_y0 = opj_int_max((OPJ_INT32)(l_cp->ty0 + i * l_cp->tdy), (OPJ_INT32)l_image->y0); in opj_j2k_update_rates()