Home | History | Annotate | Download | only in libpng

Lines Matching full:vlo

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