Home | History | Annotate | Download | only in libpng

Lines Matching full:vlo

2395           * Represent V as the two byte value vhi.vlo.  Make a guess that the
2400 * = floor(((vlo-vhi) + 128.5) / 257)
2405 * error = (vlo-vhi+128) >> 8;
2407 * The approximate differs from the exact answer only when (vlo-vhi) is
2412 * error = (vlo-vhi+128)*65535 >> 24;