OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_max
(Results
1 - 2
of
2
) sorted by null
/external/libpng/
pngset.c
863
int
sample_max
= (1 << info_ptr->bit_depth);
local
865
(int)trans_values->gray >
sample_max
) ||
867
((int)trans_values->red >
sample_max
||
868
(int)trans_values->green >
sample_max
||
869
(int)trans_values->blue >
sample_max
)))
[
all
...]
pngtest.c
1127
int
sample_max
= (1 << bit_depth);
local
1130
(int)trans_values->gray >
sample_max
) ||
1132
((int)trans_values->red >
sample_max
|
[
all
...]
Completed in 31 milliseconds