Searched refs:l_max (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.c1738 OPJ_INT32 l_min, l_max; local
1756 l_max = (1 << (l_img_comp->prec - 1)) - 1;
1760 l_max = (1 << l_img_comp->prec) - 1;
1768 *l_current_ptr = opj_int_clamp(*l_current_ptr + l_tccp->m_dc_level_shift, l_min, l_max);
1778 *l_current_ptr = opj_int_clamp((OPJ_INT32)lrintf(l_value) + l_tccp->m_dc_level_shift, l_min, l_max); ;
H A Dj2k.c2615 OPJ_UINT32 l_max = 0; local
2624 l_max = opj_uint_max(l_max,opj_j2k_get_SPCod_SPCoc_size(p_j2k,i,j));
2628 return 6 + l_max;
3116 OPJ_UINT32 l_max = 0; local
3123 l_max = opj_uint_max(l_max,l_tcp->m_nb_tile_parts);
3128 return 12 * l_max;

Completed in 43 milliseconds