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

/external/libpng/
H A Dpngwtran.c179 int shift_start[4], shift_dec[4]; local
184 shift_start[channels] = row_info->bit_depth - bit_depth->red;
188 shift_start[channels] = row_info->bit_depth - bit_depth->green;
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha;
236 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0])
265 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])
293 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])
/external/pdfium/third_party/libpng16/
H A Dpngwtran.c179 int shift_start[4], shift_dec[4]; local
184 shift_start[channels] = row_info->bit_depth - bit_depth->red;
188 shift_start[channels] = row_info->bit_depth - bit_depth->green;
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha;
236 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0])
265 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])
293 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])
/external/skia/third_party/libpng/
H A Dpngwtran.c179 int shift_start[4], shift_dec[4]; local
184 shift_start[channels] = row_info->bit_depth - bit_depth->red;
188 shift_start[channels] = row_info->bit_depth - bit_depth->green;
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha;
236 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0])
265 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])
293 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])
/external/syslinux/com32/lib/libpng/
H A Dpngwtran.c230 int shift_start[4], shift_dec[4];
235 shift_start[channels] = row_info->bit_depth - bit_depth->red;
238 shift_start[channels] = row_info->bit_depth - bit_depth->green;
241 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
247 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
253 shift_start[channels] = row_info->bit_depth - bit_depth->alpha;
280 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0])
304 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])
327 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])

Completed in 139 milliseconds