Searched defs:shift_dec (Results 1 - 1 of 1) sorted by relevance

/external/libpng/
H A Dpngwtran.c177 int shift_start[4], shift_dec[4]; local
183 shift_dec[channels] = bit_depth->red;
187 shift_dec[channels] = bit_depth->green;
191 shift_dec[channels] = bit_depth->blue;
198 shift_dec[channels] = bit_depth->gray;
205 shift_dec[channels] = bit_depth->alpha;
234 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0])
263 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[
[all...]

Completed in 1202 milliseconds