OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_argb
(Results
1 - 1
of
1
) sorted by null
/external/webp/src/dsp/
lossless_enc_mips_dsp_r2.c
183
const uint32_t*
p_argb
= argb;
local
188
"lw %[temp0], 0(%[
p_argb
]) \n\t"
189
"lw %[temp1], 4(%[
p_argb
]) \n\t"
197
"addiu %[
p_argb
], %[
p_argb
], 8 \n\t"
202
: [
p_argb
]"+&r"(
p_argb
), [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
212
++histo[TransformColorBlue(green_to_blue, red_to_blue, *
p_argb
)];
231
const uint32_t*
p_argb
= argb;
local
236
"lw %[temp0], 0(%[
p_argb
]) \n\t
[
all
...]
Completed in 57 milliseconds