OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shift_dec
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/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
...]
/external/libpng/
pngwtran.c
177
int shift_start[4],
shift_dec
[4];
local
183
shift_dec
[channels] = bit_depth->red;
187
shift_dec
[channels] = bit_depth->green;
191
shift_dec
[channels] = bit_depth->blue;
198
shift_dec
[channels] = bit_depth->gray;
205
shift_dec
[channels] = 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]
[
all
...]
/external/qemu/distrib/libpng-1.2.46/
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 471 milliseconds