OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alpha_value
(Results
1 - 1
of
1
) sorted by null
/external/webp/src/dec/
io.c
230
const uint32_t
alpha_value
= alpha[i];
local
231
dst[4 * i] =
alpha_value
;
232
alpha_mask &=
alpha_value
;
262
const uint32_t
alpha_value
= alpha[i] >> 4;
local
263
alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) |
alpha_value
;
264
alpha_mask &=
alpha_value
;
423
const uint32_t
alpha_value
= p->scaler_a.dst[i];
local
424
dst[4 * i] =
alpha_value
;
425
alpha_mask &=
alpha_value
;
453
const uint32_t
alpha_value
= p->scaler_a.dst[i] >> 4
local
[
all
...]
Completed in 674 milliseconds