HomeSort by relevance Sort by last modified time
    Searched refs:shift_dec (Results 1 - 4 of 4) sorted by null

  /external/libpng/
pngwtran.c 179 int shift_start[4], shift_dec[4]; local
185 shift_dec[channels] = bit_depth->red;
189 shift_dec[channels] = bit_depth->green;
193 shift_dec[channels] = bit_depth->blue;
200 shift_dec[channels] = bit_depth->gray;
207 shift_dec[channels] = 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]
    [all...]
  /external/pdfium/third_party/libpng16/
pngwtran.c 179 int shift_start[4], shift_dec[4]; local
185 shift_dec[channels] = bit_depth->red;
189 shift_dec[channels] = bit_depth->green;
193 shift_dec[channels] = bit_depth->blue;
200 shift_dec[channels] = bit_depth->gray;
207 shift_dec[channels] = 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]
    [all...]
  /external/skia/third_party/libpng/
pngwtran.c 179 int shift_start[4], shift_dec[4]; local
185 shift_dec[channels] = bit_depth->red;
189 shift_dec[channels] = bit_depth->green;
193 shift_dec[channels] = bit_depth->blue;
200 shift_dec[channels] = bit_depth->gray;
207 shift_dec[channels] = 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]
    [all...]
  /external/syslinux/com32/lib/libpng/
pngwtran.c 230 int shift_start[4], shift_dec[4];
236 shift_dec[channels] = bit_depth->red;
239 shift_dec[channels] = bit_depth->green;
242 shift_dec[channels] = bit_depth->blue;
248 shift_dec[channels] = bit_depth->gray;
254 shift_dec[channels] = 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]
    [all...]

Completed in 65 milliseconds