Home
last modified time | relevance | path

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

/external/libpng/
Dpngwtran.c179 int shift_start[4], shift_dec[4]; in png_do_shift() local
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
236 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0]) in png_do_shift()
264 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c]) in png_do_shift()
292 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c]) in png_do_shift()
/external/pdfium/third_party/libpng16/
Dpngwtran.c179 int shift_start[4], shift_dec[4]; in png_do_shift() local
184 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()
188 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()
192 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()
199 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()
206 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()
236 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0]) in png_do_shift()
264 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c]) in png_do_shift()
292 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c]) in png_do_shift()