Searched refs:shift_start (Results 1 – 4 of 4) sorted by relevance
179 int shift_start[4], shift_dec[4]; in png_do_shift() local184 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()265 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c]) in png_do_shift()293 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c]) in png_do_shift()
230 int shift_start[4], shift_dec[4]; in png_do_shift() local235 shift_start[channels] = row_info->bit_depth - bit_depth->red; in png_do_shift()238 shift_start[channels] = row_info->bit_depth - bit_depth->green; in png_do_shift()241 shift_start[channels] = row_info->bit_depth - bit_depth->blue; in png_do_shift()247 shift_start[channels] = row_info->bit_depth - bit_depth->gray; in png_do_shift()253 shift_start[channels] = row_info->bit_depth - bit_depth->alpha; in png_do_shift()280 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0]) in png_do_shift()304 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c]) in png_do_shift()327 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c]) in png_do_shift()