OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a0a1_2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
enc_neon.c
310
const int16x8_t
a0a1_2
= vshlq_n_s16(a0a1, 3);
local
311
const int16x4_t tmp0 = vadd_s16(vget_low_s16(
a0a1_2
),
312
vget_high_s16(
a0a1_2
));
313
const int16x4_t tmp2 = vsub_s16(vget_low_s16(
a0a1_2
),
314
vget_high_s16(
a0a1_2
));
[
all
...]
/external/webp/src/dsp/
enc_neon.c
310
const int16x8_t
a0a1_2
= vshlq_n_s16(a0a1, 3);
local
311
const int16x4_t tmp0 = vadd_s16(vget_low_s16(
a0a1_2
),
312
vget_high_s16(
a0a1_2
));
313
const int16x4_t tmp2 = vsub_s16(vget_low_s16(
a0a1_2
),
314
vget_high_s16(
a0a1_2
));
[
all
...]
Completed in 174 milliseconds