OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst01_s16
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dsp/
enc_neon.c
75
const int16x8_t
dst01_s16
= ConvertU8ToS16_NEON(dst01);
local
79
const int16x8_t out01 = vrsraq_n_s16(
dst01_s16
, row01, 3);
[
all
...]
dec_neon.c
413
const int16x8_t
dst01_s16
= ConvertU8ToS16_NEON(vreinterpret_u8_u32(dst01));
local
417
const int16x8_t out01 = vrsraq_n_s16(
dst01_s16
, row01, 3);
[
all
...]
Completed in 80 milliseconds