OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARGB_BLACK
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/webp/
format_constants.h
38
#define
ARGB_BLACK
0xff000000
/external/webp/include/webp/
format_constants.h
38
#define
ARGB_BLACK
0xff000000
/external/chromium_org/third_party/libwebp/dsp/
lossless.c
407
return
ARGB_BLACK
;
554
predict = (col == 0) ?
ARGB_BLACK
: current_row[col - 1]; // Left.
602
predict = (col == 0) ?
ARGB_BLACK
: current_row[col - 1]; // Left.
[
all
...]
/external/webp/src/dsp/
lossless.c
407
return
ARGB_BLACK
;
554
predict = (col == 0) ?
ARGB_BLACK
: current_row[col - 1]; // Left.
602
predict = (col == 0) ?
ARGB_BLACK
: current_row[col - 1]; // Left.
[
all
...]
Completed in 51 milliseconds