OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diff_hi
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_error_neon.c
28
const int16x4_t
diff_hi
= vget_high_s16(diff);
local
32
const int32x4_t err1 = vmlal_s16(err0,
diff_hi
,
diff_hi
);
vp9_avg_neon.c
135
const int16x4_t
diff_hi
= vget_high_s16(diff);
local
137
sse = vmlal_s16(sse,
diff_hi
,
diff_hi
);
Completed in 84 milliseconds