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

/external/libpng/
H A Dpngwtran.c177 int shift_start[4], shift_dec[4]; local
182 shift_start[channels] = row_info->bit_depth - bit_depth->red;
186 shift_start[channels] = row_info->bit_depth - bit_depth->green;
190 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
197 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
204 shift_start[channels] = row_info->bit_depth - 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[c])
291 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])

Completed in 56 milliseconds