Home
last modified time | relevance | path

Searched refs:gray_shift (Results 1 – 1 of 1) sorted by relevance

/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngrtran.c2557 int gray_shift = shift[0]; in png_do_unshift() local
2558 int mask = 0xf >> gray_shift; in png_do_unshift()
2564 int b = (*bp >> gray_shift) & mask; in png_do_unshift()