OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sample_max
(Results
1 - 5
of
5
) sorted by null
/external/libpng/
pngset.c
968
int
sample_max
= (1 << info_ptr->bit_depth) - 1;
local
971
trans_color->gray >
sample_max
) ||
973
(trans_color->red >
sample_max
||
974
trans_color->green >
sample_max
||
975
trans_color->blue >
sample_max
)))
[
all
...]
pngtest.c
1346
int
sample_max
= (1 << bit_depth);
local
[
all
...]
/external/opencv3/3rdparty/libpng/
pngset.c
919
int
sample_max
= (1 << info_ptr->bit_depth);
local
922
(int)trans_color->gray >
sample_max
) ||
924
((int)trans_color->red >
sample_max
||
925
(int)trans_color->green >
sample_max
||
926
(int)trans_color->blue >
sample_max
)))
[
all
...]
/external/pdfium/third_party/lpng_v163/
pngset.c
942
int
sample_max
= (1 << info_ptr->bit_depth);
local
945
trans_color->gray >
sample_max
) ||
947
(trans_color->red >
sample_max
||
948
trans_color->green >
sample_max
||
949
trans_color->blue >
sample_max
)))
[
all
...]
/external/libopus/celt/
celt_encoder.c
1299
opus_val32
sample_max
;
local
[
all
...]
Completed in 288 milliseconds