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

/external/pdfium/third_party/libopenjpeg20/
H A Dtcd.c1767 OPJ_INT32 l_min, l_max; local
1785 l_max = (1 << (l_img_comp->prec - 1)) - 1;
1789 l_max = (1 << l_img_comp->prec) - 1;
1797 *l_current_ptr = opj_int_clamp(*l_current_ptr + l_tccp->m_dc_level_shift, l_min, l_max);
1807 *l_current_ptr = opj_int_clamp((OPJ_INT32)opj_lrintf(l_value) + l_tccp->m_dc_level_shift, l_min, l_max); ;
H A Dj2k.c2658 OPJ_UINT32 l_max = 0; local
2667 l_max = opj_uint_max(l_max,opj_j2k_get_SPCod_SPCoc_size(p_j2k,i,j));
2671 return 6 + l_max;
3159 OPJ_UINT32 l_max = 0; local
3166 l_max = opj_uint_max(l_max,l_tcp->m_nb_tile_parts);
3171 return 12 * l_max;

Completed in 84 milliseconds