Searched refs:opj_int_clamp (Results 1 – 2 of 2) sorted by relevance
102 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min, OPJ_INT32 max) { in opj_int_clamp() function
1797 … *l_current_ptr = opj_int_clamp(*l_current_ptr + l_tccp->m_dc_level_shift, l_min, l_max); in opj_tcd_dc_level_shift_decode()1807 …*l_current_ptr = opj_int_clamp((OPJ_INT32)opj_lrintf(l_value) + l_tccp->m_dc_level_shift, l_min, l… in opj_tcd_dc_level_shift_decode()