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.c275 opj_int_max(0, in main()
279 opj_int_max(0, in main()
289 opj_int_max(0, in main()
293 opj_int_max(0, in main()
Dopj_intmath.h74 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) in opj_int_max() function
Dtcd.c1050 l_current_precinct->x0 = opj_int_max(cbgxstart, l_band->x0); in opj_tcd_init_tile()
1051 l_current_precinct->y0 = opj_int_max(cbgystart, l_band->y0); in opj_tcd_init_tile()
1146 l_code_block->x0 = opj_int_max(cblkxstart, l_current_precinct->x0); in opj_tcd_init_tile()
1147 l_code_block->y0 = opj_int_max(cblkystart, l_current_precinct->y0); in opj_tcd_init_tile()
1161 l_code_block->x0 = opj_int_max(cblkxstart, l_current_precinct->x0); in opj_tcd_init_tile()
1162 l_code_block->y0 = opj_int_max(cblkystart, l_current_precinct->y0); in opj_tcd_init_tile()
Dpi.c775 *p_tx0 = opj_int_max((OPJ_INT32)(p_cp->tx0 + p * p_cp->tdx), in opj_get_encoding_parameters()
779 *p_ty0 = opj_int_max((OPJ_INT32)(p_cp->ty0 + q * p_cp->tdy), in opj_get_encoding_parameters()
Dt2.c825 increment = (OPJ_UINT32)opj_int_max((OPJ_INT32)increment, in opj_t2_encode_packet()
Dt1.c2283 max = opj_int_max(max, tmp); in opj_t1_encode_cblk()
Dj2k.c5066 l_x0 = opj_int_max((OPJ_INT32)(l_cp->tx0 + j * l_cp->tdx), in opj_j2k_update_rates()
5068 l_y0 = opj_int_max((OPJ_INT32)(l_cp->ty0 + i * l_cp->tdy), in opj_j2k_update_rates()