OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:argb_
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dsp/
lossless_enc_mips_dsp_r2.c
149
const uint32_t
argb_
= data[0];
local
150
const uint32_t green =
argb_
>> 8;
151
const uint32_t red =
argb_
>> 16;
152
uint32_t new_blue =
argb_
;
159
data[0] = (
argb_
& 0xff00ff00u) | (new_red << 16) | (new_blue);
/external/webp/src/enc/
vp8li_enc.h
50
uint32_t*
argb_
; // Transformed argb image data.
member in struct:__anon49474
Completed in 1010 milliseconds