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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwutil.c2601 png_uint_32 lmhi, lmlo; local
2603 lmhi = (lmins >> PNG_HISHIFT) & PNG_HIMASK;
2612 lmhi = (lmhi * png_ptr->inv_filter_weights[j]) >>
2620 lmhi = (lmhi * png_ptr->inv_filter_costs[PNG_FILTER_VALUE_SUB]) >>
2623 if (lmhi > PNG_HIMASK)
2627 lmins = (lmhi << PNG_HISHIFT) + lmlo;
2719 png_uint_32 lmhi, lmlo; local
2721 lmhi
2832 png_uint_32 lmhi, lmlo; local
2973 png_uint_32 lmhi, lmlo; local
[all...]

Completed in 34 milliseconds