OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:a_scale
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/source/
row_common.cc
1182
const uint32
a_scale
= REPEAT8(value >> 24);
local
[
all
...]
/external/chromium_org/third_party/libyuv/source/
row_common.cc
755
const uint32
a_scale
= REPEAT8(value >> 24);
local
766
dst_argb[3] = SHADE(a,
a_scale
);
788
const uint32
a_scale
= src_argb1[3];
local
792
dst_argb[3] = SHADE(a,
a_scale
);
[
all
...]
Completed in 161 milliseconds