OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out01
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
neon.h
69
const int32x4x2_t
out01
= vtrnq_s32(vreinterpretq_s32_u64(row01.val[0]),
local
74
out.val[0] =
out01
.val[0];
75
out.val[1] =
out01
.val[1];
enc_neon.c
77
const int16x8_t
out01
= vrsraq_n_s16(dst01_s16, row01, 3);
local
80
SaturateAndStore4x4(dst,
out01
, out23);
270
int16x8_t* const
out01
,
278
*
out01
= vreinterpretq_s16_s64(
[
all
...]
dec_neon.c
430
const int16x8_t
out01
= vrsraq_n_s16(dst01_s16, row01, 3);
local
433
SaturateAndStore4x4(dst,
out01
, out23);
[
all
...]