Home | History | Annotate | Download | only in libpng

Lines Matching refs:gray_shift

2312             int gray_shift = shift[0];
2313 int mask = 0xf >> gray_shift;
2319 int b = (*bp >> gray_shift) & mask;