OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alpha_and_green
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
lossless.h
88
const uint32_t
alpha_and_green
=
local
92
return (
alpha_and_green
& 0xff00ff00u) | (red_and_blue & 0x00ff00ffu);
lossless.c
272
const uint32_t
alpha_and_green
= (*a & 0xff00ff00u) + (b & 0xff00ff00u);
local
274
*a = (
alpha_and_green
& 0xff00ff00u) | (red_and_blue & 0x00ff00ffu);
[
all
...]
/external/webp/src/dsp/
lossless.h
88
const uint32_t
alpha_and_green
=
local
92
return (
alpha_and_green
& 0xff00ff00u) | (red_and_blue & 0x00ff00ffu);
lossless.c
272
const uint32_t
alpha_and_green
= (*a & 0xff00ff00u) + (b & 0xff00ff00u);
local
274
*a = (
alpha_and_green
& 0xff00ff00u) | (red_and_blue & 0x00ff00ffu);
[
all
...]
Completed in 390 milliseconds