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

/external/opencv3/modules/imgproc/src/
H A Dlsd.cpp712 double l_min = 0, l_max = 0, w_min = 0, w_max = 0; local
722 if(l > l_max) l_max = l;
731 rec.x2 = x + l_max * dx;
732 rec.y2 = y + l_max * dy;
/external/pdfium/third_party/libopenjpeg20/
H A Dtcd.c1734 OPJ_INT32 l_min, l_max; local
1752 l_max = (1 << (l_img_comp->prec - 1)) - 1;
1756 l_max = (1 << l_img_comp->prec) - 1;
1764 *l_current_ptr = opj_int_clamp(*l_current_ptr + l_tccp->m_dc_level_shift, l_min, l_max);
1774 *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.c2652 OPJ_UINT32 l_max = 0; local
2661 l_max = opj_uint_max(l_max,opj_j2k_get_SPCod_SPCoc_size(p_j2k,i,j));
2665 return 6 + l_max;
3153 OPJ_UINT32 l_max = 0; local
3160 l_max = opj_uint_max(l_max,l_tcp->m_nb_tile_parts);
3165 return 12 * l_max;

Completed in 112 milliseconds