Home | History | Annotate | Download | only in libpng

Lines Matching refs:index_r

764             int index_r = (ir << (PNG_QUANTIZE_BLUE_BITS +
773 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS);